Home
last modified time | relevance | path

Searched refs:H264_PROFILE_HIGH (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_2str.c121 else if (profile == H264_PROFILE_HIGH) in strof_profle()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264_syntax.h45 H264_PROFILE_HIGH = 100, //!< YUV 4:2:0/8 "High" enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c99 case H264_PROFILE_HIGH : in h264e_sps_update()
298 if (sps->profile_idc >= H264_PROFILE_HIGH) { in h264e_sps_to_packet()
H A Dh264e_pps.c87 if (codec->profile < H264_PROFILE_HIGH) { in h264e_pps_update()
H A Dh264e_api_v2.c522 if (dst->profile < H264_PROFILE_HIGH && transform8x8_mode) { in h264e_proc_h264_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_scalist.c164 return (profile_idc >= H264_PROFILE_HIGH || profile_idc == H264_PROFILE_FREXT_CAVLC444) ? 1 : 0; in is_prext_profile()
H A Dh264d_sps.c188 || (cur_sps->profile_idc == H264_PROFILE_HIGH) in parser_sps()