Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh263data.h38 extern const AVRational ff_h263_pixel_aspect[16];
H A Dintelh263dec.c106 s->avctx->sample_aspect_ratio = ff_h263_pixel_aspect[ar]; in ff_intel_h263_decode_picture_header()
H A Dh263data.c273 const AVRational ff_h263_pixel_aspect[16] = { variable
H A Dituh263enc.c100 if(av_cmp_q(ff_h263_pixel_aspect[i], aspect) == 0){ in ff_h263_aspect_to_info()
H A Dituh263dec.c1247 s->avctx->sample_aspect_ratio= ff_h263_pixel_aspect[aspect_ratio_info]; in ff_h263_decode_picture_header()
H A Dmpeg4videodec.c2351 s->avctx->sample_aspect_ratio = ff_h263_pixel_aspect[aspect_ratio_info]; in decode_studio_vol_header()
2410 s->avctx->sample_aspect_ratio = ff_h263_pixel_aspect[aspect_ratio_info]; in decode_vol_header()

Completed in 9 milliseconds