Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c58 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 Dh264_parse.c367 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 Dh264dec.c396 &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 Dh264_parse.h124 int *is_avc, int *nal_length_size,
H A Dhevc_parser.c45 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 Dmediacodecdec.c134 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 Dh264dec.h448 int is_avc; ///< this flag is != 0 if codec is avc1 member
H A Dvideotoolbox.c398 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 Dh264_slice.c408 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()

Completed in 13 milliseconds