Searched refs:chroma_sample_location (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyuv4mpegdec.c40 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; local
75 chroma_sample_location = AVCHROMA_LOC_CENTER;
78 chroma_sample_location = AVCHROMA_LOC_LEFT;
81 chroma_sample_location = AVCHROMA_LOC_TOPLEFT;
114 chroma_sample_location = AVCHROMA_LOC_CENTER;
257 st->codec->chroma_sample_location = chroma_sample_location;
H A Dyuv4mpegenc.c70 switch (st->codec->chroma_sample_location) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dyuv4mpeg.c67 switch (st->codec->chroma_sample_location) {
208 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; local
245 chroma_sample_location = AVCHROMA_LOC_CENTER;
248 chroma_sample_location = AVCHROMA_LOC_LEFT;
251 chroma_sample_location = AVCHROMA_LOC_TOPLEFT;
363 st->codec->chroma_sample_location = chroma_sample_location;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddv.c295 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT;
H A Dh263dec.c73 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
104 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
H A Dpthread_frame.c223 dst->chroma_sample_location = src->chroma_sample_location;
H A Dtiffenc.c471 if (avctx->chroma_sample_location == AVCHROMA_LOC_TOPLEFT)
H A Dh264_ps.c203 h->avctx->chroma_sample_location = get_ue_golomb(&h->gb) + 1;
H A Davcodec.h1939 enum AVChromaLocation chroma_sample_location; member in struct:AVCodecContext
H A Doptions_table.h423 {"chroma_sample_location", NULL, OFFSET(chroma_sample_location), AV_OPT_TYPE_INT, {.i64 = AVCHROMA_LOC_UNSPECIFIED }, 0, AVCHROMA_LOC_NB-1, V|E|D},
H A Dmpeg12dec.c1140 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
1142 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
H A Dh264.c669 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
H A Dmjpegdec.c122 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
H A Dvp3.c1737 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263dec.c68 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
98 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
H A Dpthread.c431 dst->chroma_sample_location = src->chroma_sample_location;
H A Dh264_ps.c196 s->avctx->chroma_sample_location = get_ue_golomb(&s->gb)+1; /* chroma_sample_location_type_top_field */
H A Davcodec.h2954 enum AVChromaLocation chroma_sample_location; member in struct:AVCodecContext
H A Ddv.c345 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT;
H A Dmjpegdec.c100 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
H A Doptions.c488 {"chroma_sample_location", NULL, OFFSET(chroma_sample_location), AV_OPT_TYPE_INT, {.dbl = AVCHROMA_LOC_UNSPECIFIED }, 0, AVCHROMA_LOC_NB-1, V|E|D},
H A Dmpeg12.c1134 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
1136 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
H A Dvp3.c1677 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2499 enc_ctx->chroma_sample_location = dec_ctx->chroma_sample_location;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c2310 codec->chroma_sample_location = icodec->chroma_sample_location;

Completed in 252 milliseconds

12