/third_party/ffmpeg/libavcodec/ |
H A D | h264_parser.c | 58 int is_avc; member 86 int next_avc = p->is_avc ? 0 : buf_size; in h264_find_frame_end() 92 if (p->is_avc && !p->nal_length_size) in h264_find_frame_end() 158 if (p->is_avc) in h264_find_frame_end() 165 if (p->is_avc) in h264_find_frame_end() 288 next_avc = p->is_avc ? 0 : buf_size; in parse_nal_units() 602 &p->ps, &p->is_avc, &p->nal_length_size, in h264_parse()
|
H A D | h264_parse.c | 367 int is_avc, void *logctx) in decode_extradata_ps() 372 ret = ff_h2645_packet_split(&pkt, data, size, logctx, is_avc, 2, AV_CODEC_ID_H264, 1, 0); in decode_extradata_ps() 465 int *is_avc, int *nal_length_size, in ff_h264_decode_extradata() 477 *is_avc = 1; in ff_h264_decode_extradata() 516 *is_avc = 0; in ff_h264_decode_extradata() 366 decode_extradata_ps(const uint8_t *data, int size, H264ParamSets *ps, int is_avc, void *logctx) decode_extradata_ps() argument 464 ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps, int *is_avc, int *nal_length_size, int err_recognition, void *logctx) ff_h264_decode_extradata() argument
|
H A D | h264dec.c | 396 &h->ps, &h->is_avc, &h->nal_length_size, in h264_decode_init() 593 h->is_avc = 0; in decode_nal_units() 595 h->is_avc = 1; in decode_nal_units() 598 ret = ff_h2645_packet_split(&h->pkt, buf, buf_size, avctx, h->is_avc, h->nal_length_size, in decode_nal_units() 1004 &h->ps, &h->is_avc, &h->nal_length_size, in h264_decode_frame() 1007 if (h->is_avc && buf_size >= 9 && buf[0]==1 && buf[2]==0 && (buf[4]&0xFC)==0xFC) { in h264_decode_frame() 1010 &h->ps, &h->is_avc, &h->nal_length_size, in h264_decode_frame() 1055 { "is_avc", "is avc", OFFSET(is_avc), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, VDX },
|
H A D | h264_parse.h | 124 int *is_avc, int *nal_length_size,
|
H A D | hevc_parser.c | 45 int is_avc; member 198 ret = ff_h2645_packet_split(&ctx->pkt, buf, buf_size, avctx, ctx->is_avc, in parse_nal_units() 312 &ctx->is_avc, &ctx->nal_length_size, avctx->err_recognition, in hevc_parse()
|
H A D | mediacodecdec.c | 134 int is_avc = 0; in h264_set_extradata() local 140 &ps, &is_avc, &nal_length_size, 0, avctx); in h264_set_extradata() 177 const int warn = is_avc && (avctx->codec_tag == MKTAG('a','v','c','1') || in h264_set_extradata()
|
H A D | h264dec.h | 448 int is_avc; ///< this flag is != 0 if codec is avc1 member
|
H A D | videotoolbox.c | 398 if (h->is_avc == 1) { in ff_videotoolbox_h264_start_frame() 457 if (h->is_avc == 1) in ff_videotoolbox_h264_decode_slice()
|
H A D | h264_slice.c | 408 h->is_avc = h1->is_avc; in ff_h264_update_thread_context() 482 h->is_avc = h1->is_avc; in ff_h264_update_thread_context_for_user()
|