Searched refs:H2645NAL (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h2645_parse.h | 34 typedef struct H2645NAL { struct 72 } H2645NAL; typedef 83 H2645NAL *nals; 94 H2645NAL *nal, int small_padding);
|
H A D | h2645_parse.c | 35 H2645RBSP *rbsp, H2645NAL *nal, int small_padding) in ff_h2645_extract_rbsp() 262 static int get_bit_length(H2645NAL *nal, int min_size, int skip_trailing_zeros) in get_bit_length() 296 static int hevc_parse_nal_header(H2645NAL *nal, void *logctx) in hevc_parse_nal_header() 317 static int h264_parse_nal_header(H2645NAL *nal, void *logctx) in h264_parse_nal_header() 414 H2645NAL *nal; in ff_h2645_packet_split()
|
H A D | hevc_parse.c | 39 H2645NAL *nal = &pkt.nals[i]; in hevc_decode_nal_units()
|
H A D | hevc_parser.c | 53 static int hevc_parse_slice_header(AVCodecParserContext *s, H2645NAL *nal, in hevc_parse_slice_header() 204 H2645NAL *nal = &ctx->pkt.nals[i]; in parse_nal_units()
|
H A D | h264dec.h | 580 const H2645NAL *nal, void *logctx); 798 int ff_h264_queue_decode_slice(H264Context *h, const H2645NAL *nal);
|
H A D | extract_extradata_bsf.c | 165 H2645NAL *nal = &s->h2645_pkt.nals[i]; in extract_extradata_h2645() 208 H2645NAL *nal = &s->h2645_pkt.nals[i]; in extract_extradata_h2645()
|
H A D | qsvenc_hevc.c | 60 H2645NAL sps_nal = { NULL }; in generate_fake_vps()
|
H A D | h264_parse.c | 379 H2645NAL *nal = &pkt.nals[i]; in decode_extradata_ps()
|
H A D | h264dec.c | 500 H2645NAL *nal = &h->pkt.nals[i]; in get_last_needed_nal() 612 H2645NAL *nal = &h->pkt.nals[i]; in decode_nal_units()
|
H A D | h264_parser.c | 262 H2645NAL nal = { NULL }; in parse_nal_units()
|
H A D | h264_slice.c | 1541 const H2645NAL *nal, int first_slice) in h264_field_start() 1833 const H2645NAL *nal) in h264_slice_header_parse() 2052 const H2645NAL *nal) in h264_slice_init() 2187 int ff_h264_queue_decode_slice(H264Context *h, const H2645NAL *nal) in ff_h264_queue_decode_slice()
|
H A D | h264_refs.c | 834 const H2645NAL *nal, void *logctx) in ff_h264_decode_ref_pic_marking()
|
H A D | hevcdec.c | 2629 static int hls_slice_data_wpp(HEVCContext *s, const H2645NAL *nal) in hls_slice_data_wpp() 3101 static int decode_nal_unit(HEVCContext *s, const H2645NAL *nal) in decode_nal_unit() 3339 H2645NAL *nal = &s->pkt.nals[s->pkt.nb_nals - 1]; in decode_nal_units() 3360 H2645NAL *nal = &s->pkt.nals[i]; in decode_nal_units()
|
H A D | cbs_h2645.c | 476 const H2645NAL *nal = &packet->nals[i]; in cbs_h2645_fragment_add_nals()
|
Completed in 21 milliseconds