Searched refs:av_get_pict_type_char (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3089 char av_get_pict_type_char(int pict_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Davcodec.h3089 char av_get_pict_type_char(int pict_type);
H A Dsvq3.c920 av_get_pict_type_char(s->pict_type), h->halfpel_flag, h->thirdpel_flag,
H A Dutils.c878 char av_get_pict_type_char(int pict_type){ function
H A Dratecontrol.c796 av_get_pict_type_char(pict_type), qmin, q, qmax, picture_number, (int)wanted_bits/1000, (int)s->total_bits/1000,
H A Dh263.c142 s->qscale, av_get_pict_type_char(s->pict_type),
6341 s->dropable ? 'D' : av_get_pict_type_char(s->pict_type), s->h263_flv-1, s->qscale, s->picture_number);
H A Dh264.c4080 av_get_pict_type_char(h->slice_type), h->slice_type_fixed ? " fix" : "", h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
4414 av_log(h->s.avctx, AV_LOG_ERROR, "mb_type %d in %c slice too large at %d %d\n", mb_type, av_get_pict_type_char(h->slice_type), s->mb_x, s->mb_y);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c1047 fprintf(vstats_file,"type= %c\n", av_get_pict_type_char(enc->coded_frame->pict_type));

Completed in 223 milliseconds