Home
last modified time | relevance | path

Searched refs:H264_NAL_AUXILIARY_SLICE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264.h53 H264_NAL_AUXILIARY_SLICE = 19, enumerator
Dcbs_h264_syntax_template.c955 1 << H264_NAL_AUXILIARY_SLICE)); in FUNC()
957 if (current->nal_unit_header.nal_unit_type == H264_NAL_AUXILIARY_SLICE) { in FUNC()
1046 if (current->nal_unit_header.nal_unit_type != H264_NAL_AUXILIARY_SLICE in FUNC()
Dcbs_h2645.c750 case H264_NAL_AUXILIARY_SLICE: in cbs_h264_read_nal_unit()
1042 case H264_NAL_AUXILIARY_SLICE: in cbs_h264_write_nal_unit()
1406 H264_NAL_AUXILIARY_SLICE,
Dh264dec.c703 case H264_NAL_AUXILIARY_SLICE: in decode_nal_units()