Home
last modified time | relevance | path

Searched refs:PSEUDO_CODE_H264_H265 (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitread.h98 PSEUDO_CODE_H264_H265, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c160 mpp_set_bitread_pseudo_code_type(p_bitctx, PSEUDO_CODE_H264_H265); in parser_nalu_header()
216 mpp_set_bitread_pseudo_code_type(p_bitctx, PSEUDO_CODE_H264_H265); in parser_nalu_header()
484 mpp_set_bitread_pseudo_code_type(p_bitctx, PSEUDO_CODE_H264_H265); in judge_is_new_frame()
520 mpp_set_bitread_pseudo_code_type(p_bitctx, PSEUDO_CODE_H264_H265); in judge_is_new_frame()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_bit_read_test.c342 mpp_set_bitread_pseudo_code_type(&reader, PSEUDO_CODE_H264_H265); in main()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_bitread.c346 case PSEUDO_CODE_H264_H265: in mpp_set_bitread_pseudo_code_type()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c422 mpp_set_bitread_pseudo_code_type(&gb_cxt, PSEUDO_CODE_H264_H265); in h265d_syntax_fill_slice()
H A Dh265d_parser.c1347 mpp_set_bitread_pseudo_code_type(gb, PSEUDO_CODE_H264_H265); in parser_nal_unit()
1715 mpp_set_bitread_pseudo_code_type(&s->HEVClc->gb, PSEUDO_CODE_H264_H265); in split_nal_units()
1792 mpp_set_bitread_pseudo_code_type((&gb), PSEUDO_CODE_H264_H265); in check_rpus()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c402 mpp_set_bitread_pseudo_code_type(&gb_cxt, PSEUDO_CODE_H264_H265); in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c284 mpp_set_bitread_pseudo_code_type(&bit, PSEUDO_CODE_H264_H265); in h264e_slice_read()