AVCHROMA_LOC_UNSPECIFIED 2132 ffprobe.c                  if (dec_ctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED)
AVCHROMA_LOC_UNSPECIFIED  455 libavcodec/options_table.h {"chroma_sample_location", "chroma sample location", OFFSET(chroma_sample_location), AV_OPT_TYPE_INT, {.i64 = AVCHROMA_LOC_UNSPECIFIED }, 0, AVCHROMA_LOC_NB-1, V|E|D, "chroma_sample_location_type"},
AVCHROMA_LOC_UNSPECIFIED  456 libavcodec/options_table.h {"unspecified", "Unspecified", 0, AV_OPT_TYPE_CONST, {.i64 = AVCHROMA_LOC_UNSPECIFIED }, INT_MIN, INT_MAX, V|E|D, "chroma_sample_location_type"},
AVCHROMA_LOC_UNSPECIFIED  453 libavcodec/utils.c     if (pos <= AVCHROMA_LOC_UNSPECIFIED || pos >= AVCHROMA_LOC_NB)
AVCHROMA_LOC_UNSPECIFIED  467 libavcodec/utils.c     for (pos = AVCHROMA_LOC_UNSPECIFIED + 1; pos < AVCHROMA_LOC_NB; pos++) {
AVCHROMA_LOC_UNSPECIFIED  471 libavcodec/utils.c     return AVCHROMA_LOC_UNSPECIFIED;
AVCHROMA_LOC_UNSPECIFIED  787 libavcodec/utils.c     if (frame->chroma_location == AVCHROMA_LOC_UNSPECIFIED)
AVCHROMA_LOC_UNSPECIFIED 3068 libavcodec/utils.c                 enc->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED)
AVCHROMA_LOC_UNSPECIFIED   40 libavformat/yuv4mpegdec.c     enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED;
AVCHROMA_LOC_UNSPECIFIED  111 libavutil/frame.c     frame->chroma_location     = AVCHROMA_LOC_UNSPECIFIED;