Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp51 bool HeicEncoderInfoManager::isSizeSupported(int32_t width, int32_t height, bool* useHeic, in isSizeSupported() argument
53 if (useHeic == nullptr || useGrid == nullptr) { in isSizeSupported()
55 __FUNCTION__, useHeic, useGrid); in isSizeSupported()
105 *useHeic = chooseHeic; in isSizeSupported()
DHeicEncoderInfoManager.h39 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) const;
DHeicCompositeStream.h75 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
DHeicCompositeStream.cpp305 bool useGrid, useHeic; in getCompositeStreamInfo() local
307 streamInfo.width, streamInfo.height, &useHeic, &useGrid, nullptr); in getCompositeStreamInfo()
328 (*compositeOutput)[1].consumerUsage = useHeic ? GRALLOC_USAGE_HW_IMAGE_ENCODER : in getCompositeStreamInfo()
335 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder() argument
337 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp960 bool useHeic, useGrid; in fillHeicStreamCombinations() local
963 &useHeic, &useGrid, &stall)) { in fillHeicStreamCombinations()