Home
last modified time | relevance | path

Searched refs:av_cpb_properties_alloc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dutils.c1045 AVCPBProperties *av_cpb_properties_alloc(size_t *size) in av_cpb_properties_alloc() function
1070 props = av_cpb_properties_alloc(&size); in ff_add_cpb_side_data()
Davcodec.h4178 AVCPBProperties *av_cpb_properties_alloc(size_t *size);
Dmpegvideo_enc.c2065 props = av_cpb_properties_alloc(&props_size); in ff_mpv_encode_picture()