Home
last modified time | relevance | path

Searched refs:hevcName (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.cpp52 bool* useGrid, int64_t* stall, AString* hevcName) const { in isSizeSupported()
75 if (hevcName != nullptr) { in isSizeSupported()
76 *hevcName = mHevcName; 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.cpp333 bool* useHeic, bool* useGrid, int64_t* stall, AString* hevcName) { in isSizeSupportedByHeifEncoder() argument
335 return heicManager.isSizeSupported(width, height, useHeic, useGrid, stall, hevcName); in isSizeSupportedByHeifEncoder()
1118 AString hevcName; in initializeCodec() local
1120 &mUseHeic, &useGrid, nullptr, &hevcName); in initializeCodec()
1145 mCodec = MediaCodec::CreateByComponentName(mCodecLooper, hevcName); in initializeCodec()