Home
last modified time | relevance | path

Searched refs:H264_PROFILE_HIGH444 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264_syntax.h48 H264_PROFILE_HIGH444 = 244, //!< YUV 4:4:4/14 "High 4:4:4" enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c102 case H264_PROFILE_HIGH444 : { in h264e_sps_update()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c191 || (cur_sps->profile_idc == H264_PROFILE_HIGH444) in parser_sps()