Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h36 H264_NALU_PRIORITY_HIGHEST = 3 enumerator
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c141 mpp_writer_put_raw_bits(bit, H264_NALU_PRIORITY_HIGHEST, 2); in h264e_pps_to_packet()
H A Dh264e_sps.c276 mpp_writer_put_raw_bits(bit, H264_NALU_PRIORITY_HIGHEST, 2); in h264e_sps_to_packet()
H A Dh264e_slice.c58 (is_idr) ? (H264_NALU_PRIORITY_HIGHEST) : in h264e_slice_update()