HomeSort by relevance Sort by last modified time
    Searched defs:BufferPair (Results 1 - 3 of 3) sorted by null

  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 48 typedef std::pair<android::String8, android::sp<Buffer> > BufferPair;
50 std::list<BufferPair>* findAllBuffers(const android::String8& re);
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 41 GpuVideoDecoder::BufferPair::BufferPair(
46 GpuVideoDecoder::BufferPair::~BufferPair() {}
283 bitstream_buffer.id(), BufferPair(shm_buffer, buffer))).second;
549 std::map<int32, BufferPair>::iterator it =
575 for (std::map<int32, BufferPair>::iterator it =
gpu_video_decoder.h 86 struct BufferPair {
87 BufferPair(SHMBuffer* s, const scoped_refptr<DecoderBuffer>& b);
88 ~BufferPair();
155 std::map<int32, BufferPair> bitstream_buffers_in_decoder_;

Completed in 39 milliseconds