Home
last modified time | relevance | path

Searched refs:H264_P_SLICE (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h109 H264_P_SLICE = 0, enumerator
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c63 slice->slice_type = (is_idr) ? (H264_I_SLICE) : (H264_P_SLICE); in h264e_slice_update()
345 if (slice->slice_type == H264_P_SLICE) { in h264e_slice_read()
623 if (slice->slice_type == H264_P_SLICE) { in h264e_slice_write_header()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c570 if (currSlice->slice_type == H264_P_SLICE in process_slice()
587 && (currSlice->slice_type == H264_P_SLICE || currSlice->slice_type == H264_SP_SLICE)) in process_slice()