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

  /external/chromium_org/media/base/android/
media_codec_bridge.h 127 void QueueEOS(int input_buffer_index);
171 void GetInputBuffer(int input_buffer_index, uint8** data, size_t* capacity);
media_codec_bridge.cc 318 void MediaCodecBridge::QueueEOS(int input_buffer_index) {
319 DVLOG(3) << __PRETTY_FUNCTION__ << ": " << input_buffer_index; local
323 input_buffer_index,
409 void MediaCodecBridge::GetInputBuffer(int input_buffer_index,
414 env, j_media_codec_.obj(), input_buffer_index));

Completed in 87 milliseconds