Searched refs:cbs_read_data (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cbs.c | 241 static int cbs_read_data(CodedBitstreamContext *ctx, in cbs_read_data() function 274 return cbs_read_data(ctx, frag, NULL, in ff_cbs_read_extradata() 283 return cbs_read_data(ctx, frag, NULL, in ff_cbs_read_extradata_from_codec() 292 return cbs_read_data(ctx, frag, pkt->buf, in ff_cbs_read_packet() 300 return cbs_read_data(ctx, frag, NULL, in ff_cbs_read()
|