Home
last modified time | relevance | path

Searched refs:getHalFormat (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/
DPublicFormatUtils.java24 public static int getHalFormat(int imageFormat) { in getHalFormat() method in PublicFormatUtils
DImageWriter.java295 mHardwareBufferFormat = PublicFormatUtils.getHalFormat(imageFormat); in ImageWriter()
308 mHardwareBufferFormat = PublicFormatUtils.getHalFormat(imageFormat); in ImageWriter()
759 int hardwareBufferFormat = PublicFormatUtils.getHalFormat(image.getFormat()); in attachAndQueueInputImage()
DImageReader.java360 mHardwareBufferFormat = PublicFormatUtils.getHalFormat(mFormat); in ImageReader()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp219 setHardwareFormat(mAudioRecord->getHalFormat()); in open()
DAudioStreamTrack.cpp222 setHardwareFormat(mAudioTrack->getHalFormat()); in open()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h335 audio_format_t getHalFormat() const;
DAudioTrack.h663 audio_format_t getHalFormat() const;
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp554 audio_format_t AudioRecord::getHalFormat() const in getHalFormat() function in android::AudioRecord
DAudioTrack.cpp1221 audio_format_t AudioTrack::getHalFormat() const in getHalFormat() function in android::AudioTrack