Searched refs:hevcName (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicEncoderInfoManager.cpp | 52 bool* useGrid, int64_t* stall, AString* hevcName) const { in isSizeSupported() 75 if (hevcName != nullptr) { in isSizeSupported() 76 *hevcName = mHevcName; 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 | 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() 1118 AString hevcName; in initializeCodec() local 1120 &mUseHeic, &useGrid, nullptr, &hevcName); in initializeCodec() 1145 mCodec = MediaCodec::CreateByComponentName(mCodecLooper, hevcName); in initializeCodec()
|