Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp35 static ProfileMap ProfileTable[] = { variable
99 FIND_BYVALUE(ProfileTable, pl.profile, profile_index); in OMXVideoEncoderAVC()
100 if (ProfileTable[profile_index].key == (OMX_VIDEO_AVCPROFILETYPE) 0) in OMXVideoEncoderAVC()
107 mPLTable[mPLTableCount].profile = ProfileTable[profile_index].key; in OMXVideoEncoderAVC()
110 …LOGV("Support Profile:%s, Level:%s\n", ProfileTable[profile_index].name, LevelTable[level_index].n… in OMXVideoEncoderAVC()
207 FIND_BYKEY(ProfileTable, mParamAvc.eProfile, index); in SetVideoEncoderParam()
208 if (ProfileTable[index].value != 0) in SetVideoEncoderParam()
209 mEncoderParams->profile = ProfileTable[index].value; in SetVideoEncoderParam()