Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_mp4toannexb_bsf.c46 static void count_or_copy(uint8_t **out, uint64_t *out_size, in count_or_copy() function
233 count_or_copy(&out, &out_size, s->sps, s->sps_size, -1, j); in h264_mp4toannexb_filter()
248 count_or_copy(&out, &out_size, ctx->par_out->extradata, in h264_mp4toannexb_filter()
256 count_or_copy(&out, &out_size, s->pps, s->pps_size, -1, j); in h264_mp4toannexb_filter()
260 count_or_copy(&out, &out_size, buf, nal_size, in h264_mp4toannexb_filter()