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

  /external/chromium_org/content/common/gpu/media/
vt_video_decode_accelerator.h 54 int32_t bitstream_id,
60 DecodedFrame(int32_t bitstream_id, CVImageBufferRef image_buffer);
63 int32_t bitstream_id; member in struct:content::VTVideoDecodeAccelerator::DecodedFrame
75 // PendingActions contain the |bitstream_id| of a frame that, once decoded and
78 PendingAction(Action action, int32_t bitstream_id);
82 int32_t bitstream_id; member in struct:content::VTVideoDecodeAccelerator::PendingAction
97 // the last sent |bitstream_id|.
116 // Complete all actions pending for a particular |bitstream_id|.
118 void CompleteActions(int32_t bitstream_id);
vt_video_decode_accelerator.cc 45 int32_t bitstream_id = reinterpret_cast<intptr_t>(source_frame_refcon); local
46 vda->Output(bitstream_id, status, image_buffer);
50 int32_t bitstream_id,
52 : bitstream_id(bitstream_id),
61 int32_t bitstream_id)
63 bitstream_id(bitstream_id) {
196 CHECK_GE(bitstream.id(), 0) << "Negative bitstream_id";
308 intptr_t bitstream_id = bitstream.id() local
    [all...]
android_video_decode_accelerator.h 65 void SendCurrentSurfaceToClient(int32 bitstream_id);
android_video_decode_accelerator.cc 320 int32 bitstream_id) {
322 DCHECK_NE(bitstream_id, -1);
383 media::Picture(picture_buffer_id, bitstream_id, gfx::Rect(size_))));

Completed in 256 milliseconds