Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.h110 int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length,
H A Dhevc_parse.c32 ret = ff_h2645_packet_split(&pkt, buf, buf_size, logctx, is_nalff, in hevc_decode_nal_units()
H A Dcbs_h2645.c551 err = ff_h2645_packet_split(&priv->read_packet, in cbs_h2645_split_fragment()
575 err = ff_h2645_packet_split(&priv->read_packet, in cbs_h2645_split_fragment()
629 err = ff_h2645_packet_split(&priv->read_packet, in cbs_h2645_split_fragment()
646 err = ff_h2645_packet_split(&priv->read_packet, in cbs_h2645_split_fragment()
H A Dh264_parse.c372 ret = ff_h2645_packet_split(&pkt, data, size, logctx, is_avc, 2, AV_CODEC_ID_H264, 1, 0); in decode_extradata_ps()
H A Dh2645_parse.c396 int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length, in ff_h2645_packet_split() function
H A Dhevc_parser.c198 ret = ff_h2645_packet_split(&ctx->pkt, buf, buf_size, avctx, ctx->is_avc, in parse_nal_units()
H A Dextract_extradata_bsf.c159 ret = ff_h2645_packet_split(&s->h2645_pkt, pkt->data, pkt->size, in extract_extradata_h2645()
H A Dh264dec.c598 ret = ff_h2645_packet_split(&h->pkt, buf, buf_size, avctx, h->is_avc, h->nal_length_size, in decode_nal_units()
H A Dhevcdec.c3307 ret = ff_h2645_packet_split(&s->pkt, buf, length, s->avctx, s->is_nalff, in decode_nal_units()

Completed in 17 milliseconds