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

  /frameworks/av/media/libstagefright/include/
MediaCodec.h 424 bool hasPendingBuffer(int portIndex);
425 bool hasPendingBuffer();
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 934 bool MediaCodec::hasPendingBuffer(int portIndex) {
940 bool MediaCodec::hasPendingBuffer() {
941 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput);
    [all...]

Completed in 49 milliseconds