Home
last modified time | relevance | path

Searched refs:H264_PROFILE_MVC_HIGH (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264_syntax.h49 H264_PROFILE_MVC_HIGH = 118, //!< YUV 4:2:0/8 "Multiview High" enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c193 || (cur_sps->profile_idc == H264_PROFILE_MVC_HIGH) in parser_sps()
363 if ((cur_subsps->sps.profile_idc == H264_PROFILE_MVC_HIGH) in parser_subsps_ext()
H A Dh264d_dpb.c116 … (p_Vid->profile_idc == H264_PROFILE_MVC_HIGH || p_Vid->profile_idc == H264_PROFILE_STEREO_HIGH)) { in getDpbSize()
H A Dh264d_init.c668 …if ((p_Vid->profile_idc == H264_PROFILE_MVC_HIGH) || (p_Vid->profile_idc == H264_PROFILE_STEREO_HI… in alloc_decpic()