Searched refs:count_or_copy (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mp4toannexb_bsf.c | 49 static void count_or_copy(uint8_t **out, uint64_t *out_size, in count_or_copy() function 279 count_or_copy(&out, &out_size, s->sps, s->sps_size, -1, j); in h264_mp4toannexb_filter() 298 count_or_copy(&out, &out_size, ctx->par_out->extradata, in h264_mp4toannexb_filter() 310 count_or_copy(&out, &out_size, s->pps, s->pps_size, -1, j); in h264_mp4toannexb_filter() 318 count_or_copy(&out, &out_size, buf, nal_size, in h264_mp4toannexb_filter()
|
Completed in 1 milliseconds