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()
94 *useHeic = chooseHeic; in isSizeSupported()
107 *useHeic = chooseHeic; in isSizeSupported()
DHeicEncoderInfoManager.h39 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) const;
DHeicCompositeStream.h77 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
DHeicCompositeStream.cpp336 bool useGrid, useHeic; in getCompositeStreamInfo() local
338 streamInfo.width, streamInfo.height, &useHeic, &useGrid, nullptr); in getCompositeStreamInfo()
359 (*compositeOutput)[1].consumerUsage = useHeic ? GRALLOC_USAGE_HW_IMAGE_ENCODER : in getCompositeStreamInfo()
366 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder() argument
368 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1055 bool useHeic = false; in fillHeicStreamCombinations() local
1059 &useHeic, &useGrid, &stall)) { in fillHeicStreamCombinations()