AVChromaLocation 1965 libavcodec/avcodec.h     enum AVChromaLocation chroma_sample_location;
AVChromaLocation 4015 libavcodec/avcodec.h int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos);
AVChromaLocation 4026 libavcodec/avcodec.h enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
AVChromaLocation  451 libavcodec/utils.c int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos)
AVChromaLocation  463 libavcodec/utils.c enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos)
AVChromaLocation   40 libavformat/yuv4mpegdec.c     enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED;
AVChromaLocation  498 libavutil/frame.h     enum AVChromaLocation chroma_location;
AVChromaLocation 2363 libavutil/pixdesc.c const char *av_chroma_location_name(enum AVChromaLocation location)
AVChromaLocation  396 libavutil/pixdesc.h const char *av_chroma_location_name(enum AVChromaLocation location);