Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpeg4_unpack_bframes_bsf.c34 int *pos_p, int *nb_vop, int *pos_vop2) { in scan_buffer()
50 } else if (startcode == VOP_STARTCODE && nb_vop) { in scan_buffer()
51 *nb_vop += 1; in scan_buffer()
52 if (*nb_vop == 2 && pos_vop2) { in scan_buffer()
62 int pos_p = -1, nb_vop = 0, pos_vop2 = -1, ret = 0; in mpeg4_unpack_bframes_filter() local
68 scan_buffer(pkt->data, pkt->size, &pos_p, &nb_vop, &pos_vop2); in mpeg4_unpack_bframes_filter()
69 av_log(ctx, AV_LOG_DEBUG, "Found %d VOP startcode(s) in this packet.\n", nb_vop); in mpeg4_unpack_bframes_filter()
87 if (nb_vop > 2) { in mpeg4_unpack_bframes_filter()
89 "Found %d VOP headers in one packet, only unpacking one.\n", nb_vop); in mpeg4_unpack_bframes_filter()
92 if (nb_vop in mpeg4_unpack_bframes_filter()
33 scan_buffer(const uint8_t *buf, int buf_size, int *pos_p, int *nb_vop, int *pos_vop2) scan_buffer() argument
[all...]

Completed in 1 milliseconds