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

  /frameworks/av/include/media/stagefright/
ACodec.h 178 status_t cancelBufferToNativeWindow(BufferInfo *info);
OMXCodec.h 294 status_t cancelBufferToNativeWindow(BufferInfo *info);
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
ACodec.cpp 643 cancelBufferToNativeWindow(info);
649 status_t ACodec::cancelBufferToNativeWindow(BufferInfo *info) {
727 CHECK_EQ((status_t)OK, cancelBufferToNativeWindow(info));
    [all...]

Completed in 195 milliseconds