Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp96 uint32_t profile_index; in OMXVideoEncoderAVC() local
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()