Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h321 status_t allocateOutputMetadataBuffers();
/frameworks/av/media/libstagefright/
DACodec.cpp862 err = allocateOutputMetadataBuffers(); in allocateBuffersOnPort()
1307 status_t ACodec::allocateOutputMetadataBuffers() { in allocateOutputMetadataBuffers() function in android::ACodec