Searched refs:ff_h2645_packet_split (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h2645_parse.h | 110 int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length,
|
H A D | hevc_parse.c | 32 ret = ff_h2645_packet_split(&pkt, buf, buf_size, logctx, is_nalff, in hevc_decode_nal_units()
|
H A D | cbs_h2645.c | 551 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 D | h264_parse.c | 372 ret = ff_h2645_packet_split(&pkt, data, size, logctx, is_avc, 2, AV_CODEC_ID_H264, 1, 0); in decode_extradata_ps()
|
H A D | h2645_parse.c | 396 int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length, in ff_h2645_packet_split() function
|
H A D | hevc_parser.c | 198 ret = ff_h2645_packet_split(&ctx->pkt, buf, buf_size, avctx, ctx->is_avc, in parse_nal_units()
|
H A D | extract_extradata_bsf.c | 159 ret = ff_h2645_packet_split(&s->h2645_pkt, pkt->data, pkt->size, in extract_extradata_h2645()
|
H A D | h264dec.c | 598 ret = ff_h2645_packet_split(&h->pkt, buf, buf_size, avctx, h->is_avc, h->nal_length_size, in decode_nal_units()
|
H A D | hevcdec.c | 3307 ret = ff_h2645_packet_split(&s->pkt, buf, length, s->avctx, s->is_nalff, in decode_nal_units()
|
Completed in 17 milliseconds