Searched refs:content_interpretation_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c239 h->sei_fpa.content_interpretation_type =
240 h->content_interpretation_type = get_bits(&h->gb, 6);
260 h->sei_fpa.content_interpretation_type,
364 if (h->sei_fpa.content_interpretation_type == 2)
369 if (h->sei_fpa.content_interpretation_type == 2)
374 if (h->sei_fpa.content_interpretation_type == 2)
379 if (h->sei_fpa.content_interpretation_type == 2)
384 if (h->sei_fpa.content_interpretation_type == 2)
389 if (h->sei_fpa.content_interpretation_type == 2)
H A Dhevc_sei.c62 s->content_interpretation_type = get_bits(gb, 6);
H A Dh264.h266 int content_interpretation_type; member in struct:FPA
674 int content_interpretation_type; member in struct:H264Context
H A Dhevc.h923 int content_interpretation_type; member in struct:HEVCContext
H A Dh264.c833 h->content_interpretation_type > 0 &&
834 h->content_interpretation_type < 3) {
866 if (h->content_interpretation_type == 2)
H A Dhevc.c2523 s->content_interpretation_type > 0 &&
2524 s->content_interpretation_type < 3) {
2544 if (s->content_interpretation_type == 2)

Completed in 110 milliseconds