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

  /external/chromium_org/media/video/
picture.h 59 int32 bitstream_buffer_id,
68 int32 bitstream_buffer_id() const { function in class:media::Picture
72 void set_bitstream_buffer_id(int32 bitstream_buffer_id) {
73 bitstream_buffer_id_ = bitstream_buffer_id;
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 92 BufferData(int32 bitstream_buffer_id,
97 int32 bitstream_buffer_id; member in struct:content::RTCVideoDecoder::BufferData
173 void GetBufferData(int32 bitstream_buffer_id, uint32_t* timestamp);
  /external/chromium_org/ppapi/c/dev/
pp_video_dev.h 112 int32_t bitstream_buffer_id; member in struct:PP_Picture_Dev
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 299 int64 bitstream_buffer_id = timestamp.InMicroseconds(); local
300 SendCurrentSurfaceToClient(static_cast<int32>(bitstream_buffer_id));
310 if (*it == bitstream_buffer_id) {
476 int32 bitstream_buffer_id = pending_bitstream_buffers_.front().first.id(); local
479 if (bitstream_buffer_id != -1) {
484 bitstream_buffer_id));
  /external/chromium_org/media/filters/
gpu_video_decoder.h 171 int32 bitstream_buffer_id; member in struct:media::GpuVideoDecoder::BufferData

Completed in 829 milliseconds