Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c38 #define START_CODE 0x000001 ///< start_code_prefix_one_3bytes macro
60 if (((state >> 8) & 0xFFFFFF) == START_CODE) { in get_next_nal()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c41 #define START_CODE 0x000001 ///< start_code_prefix_one_3bytes macro
69 if (((sc->state64 >> 3 * 8) & 0xFFFFFF) != START_CODE) in hevc_find_frame_end()
1647 if (((state >> 8) & 0xFFFFFF) == START_CODE) { in split_nal_units()