Home
last modified time | relevance | path

Searched refs:H264_SP_SLICE (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h112 H264_SP_SLICE = 3, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c481 if (p_Vid->slice_type == H264_SP_SLICE || p_Vid->slice_type == H264_SI_SLICE) { in process_slice()
571 || currSlice->slice_type == H264_SP_SLICE || currSlice->slice_type == H264_B_SLICE) { in process_slice()
587 && (currSlice->slice_type == H264_P_SLICE || currSlice->slice_type == H264_SP_SLICE)) in process_slice()