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 57 Picture(int32 picture_buffer_id, int32 bitstream_buffer_id);
65 int32 bitstream_buffer_id() const { function in class:media::Picture
69 void set_bitstream_buffer_id(int32 bitstream_buffer_id) {
70 bitstream_buffer_id_ = bitstream_buffer_id;
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 92 BufferData(int32 bitstream_buffer_id,
99 int32 bitstream_buffer_id; member in struct:content::RTCVideoDecoder::BufferData
179 void GetBufferData(int32 bitstream_buffer_id,
  /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) {
462 int32 bitstream_buffer_id = pending_bitstream_buffers_.front().first.id(); local
465 if (bitstream_buffer_id != -1) {
470 bitstream_buffer_id));
  /external/chromium_org/media/filters/
gpu_video_decoder.h 174 int32 bitstream_buffer_id; member in struct:media::GpuVideoDecoder::BufferData

Completed in 330 milliseconds