Home
last modified time | relevance | path

Searched refs:nal_type (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h31 #define IS_IDR(nal_type) (nal_type == 19 || nal_type == 20) argument
32 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) argument
33 #define IS_IRAP(nal_type) (nal_type >= 16 && nal_type <= 23) argument
H A Dhal_h265d_com.c373 RK_U32 nal_type; in hal_h265d_slice_output_rps() local
409 READ_BITS(gb, 6, &nal_type); in hal_h265d_slice_output_rps()
411 if (nal_type > 23) { in hal_h265d_slice_output_rps()
419 if (nal_type >= 16 && nal_type <= 23) in hal_h265d_slice_output_rps()
488 if (!IS_IDR(nal_type)) { in hal_h265d_slice_output_rps()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c343 unsigned int nal_type; in vdec_h264_decode() local
368 nal_type = NAL_TYPE(buf[nal_start_idx]); in vdec_h264_decode()
370 nal_type); in vdec_h264_decode()
372 if (nal_type == NAL_H264_PPS) { in vdec_h264_decode()
412 if (nal_type == NAL_NON_IDR_SLICE || nal_type == NAL_IDR_SLICE) { in vdec_h264_decode()
424 nal_type); in vdec_h264_decode()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c380 RK_U32 nal_type; in h265d_syntax_fill_slice() local
390 READ_BITS(gb, 6, &nal_type); in h265d_syntax_fill_slice()
392 if (nal_type >= 32) { in h265d_syntax_fill_slice()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h325 RK_U32 nal_type; member