Searched refs:useHeic (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicEncoderInfoManager.cpp | 51 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()
|
D | HeicEncoderInfoManager.h | 39 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) const;
|
D | HeicCompositeStream.h | 74 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName = nullptr);
|
D | HeicCompositeStream.cpp | 303 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/ |
D | CameraProviderManager.cpp | 939 bool useHeic, useGrid; in fillHeicStreamCombinations() local 942 &useHeic, &useGrid, &stall)) { in fillHeicStreamCombinations()
|