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.h74 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
DHeicCompositeStream.cpp303 bool useGrid, useHeic; in getCompositeStreamInfo() local
305 streamInfo.width, streamInfo.height, &useHeic, &useGrid, nullptr); in getCompositeStreamInfo()
326 (*compositeOutput)[1].consumerUsage = useHeic ? GRALLOC_USAGE_HW_IMAGE_ENCODER : in getCompositeStreamInfo()
333 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder() argument
335 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp939 bool useHeic, useGrid; in fillHeicStreamCombinations() local
942 &useHeic, &useGrid, &stall)) { in fillHeicStreamCombinations()