HomeSort by relevance Sort by last modified time
    Searched defs:bitstream_id (Results 1 - 2 of 2) 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...]

Completed in 46 milliseconds