HomeSort by relevance Sort by last modified time
    Searched refs:getBufferAndFormat (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/stagefright/
MediaCodec.h 316 // Used only to synchronize asynchronous getBufferAndFormat
357 status_t getBufferAndFormat(
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 826 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format);
831 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format);
836 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
843 status_t MediaCodec::getBufferAndFormat(
    [all...]

Completed in 75 milliseconds