Searched refs:FrameRateMaps (Results 1 – 2 of 2) sorted by relevance
51 std::pair<int32_t, int32_t>, SizePairHash> FrameRateMaps; typedef57 status_t getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps);60 FrameRateMaps* frameRateMaps);61 FrameRateMaps::const_iterator findClosestSize(const FrameRateMaps& maps,71 FrameRateMaps mHeicFrameRateMaps, mHevcFrameRateMaps;
86 const FrameRateMaps& maps = in isSizeSupported()145 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps()185 FrameRateMaps* frameRateMaps) { in getCodecSizeRange()225 HeicEncoderInfoManager::FrameRateMaps::const_iterator HeicEncoderInfoManager::findClosestSize( in findClosestSize()226 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize()228 FrameRateMaps::const_iterator closestIter = maps.begin(); in findClosestSize()314 FrameRateMaps hevcFrameRateMaps; in getHevcCodecDetails()