Home
last modified time | relevance | path

Searched refs:allocateOutputMetadataBuffers (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h337 status_t allocateOutputMetadataBuffers();
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp879 err = allocateOutputMetadataBuffers(); in allocateBuffersOnPort()
1324 status_t ACodec::allocateOutputMetadataBuffers() { in allocateOutputMetadataBuffers() function in android::ACodec