Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c32 #define START_CODE 0x000001 ///< start_code_prefix_one_3bytes macro
54 if (((state >> 8) & 0xFFFFFF) == START_CODE) { in get_next_nal()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c41 #define START_CODE 0x000001 ///< start_code_prefix_one_3bytes macro
63 if (((sc->state64 >> 3 * 8) & 0xFFFFFF) != START_CODE) in hevc_find_frame_end()
1588 if (((state >> 8) & 0xFFFFFF) == START_CODE) { in split_nal_units()