Home
last modified time | relevance | path

Searched refs:isComponentSupportsLargeAudioFrame (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp222 bool isComponentSupportsLargeAudioFrame = false; in tryCreateMultiAccessUnitInterface() local
226 isComponentSupportsLargeAudioFrame = true; in tryCreateMultiAccessUnitInterface()
230 if (!isComponentSupportsLargeAudioFrame) { in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp217 bool isComponentSupportsLargeAudioFrame = false; in tryCreateMultiAccessUnitInterface() local
221 isComponentSupportsLargeAudioFrame = true; in tryCreateMultiAccessUnitInterface()
225 if (!isComponentSupportsLargeAudioFrame) { in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp217 bool isComponentSupportsLargeAudioFrame = false; in tryCreateMultiAccessUnitInterface() local
221 isComponentSupportsLargeAudioFrame = true; in tryCreateMultiAccessUnitInterface()
226 if (!isComponentSupportsLargeAudioFrame) { in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp217 bool isComponentSupportsLargeAudioFrame = false; in tryCreateMultiAccessUnitInterface() local
221 isComponentSupportsLargeAudioFrame = true; in tryCreateMultiAccessUnitInterface()
225 if (!isComponentSupportsLargeAudioFrame) { in tryCreateMultiAccessUnitInterface()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp436 bool isComponentSupportsLargeAudioFrame = isLargeAudioFrameSupported(component, in decodeNFrames() local
498 if (!(*Info)[frameID].largeFrameInfo.empty() && isComponentSupportsLargeAudioFrame) { in decodeNFrames()