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

  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.h 171 // Task to finish initialization on decoder_thread_.
245 // Performed on decoder_thread_ as a consequence of poll() on decoder_thread_
281 // Handler for Decode() on decoder_thread_.
345 base::Thread decoder_thread_; member in class:media::V4L2SliceVideoDecodeAccelerator
v4l2_video_decode_accelerator.h 48 // They post tasks to the decoder_thread_, which actually services the task
51 // * The decoder_thread_, owned by this class. It services API tasks, through
57 // decoder_thread_ when something interesting happens.
58 // TODO(sheu): replace this thread with an TYPE_IO decoder_thread_.
62 // the decoder_thread_, so there are no synchronization issues.
198 // Task to finish initialization on decoder_thread_.
329 // Other utility functions. Called on decoder_thread_, unless
330 // decoder_thread_ is not yet started, in which case the child thread can call
383 // Decoder state, owned and operated by decoder_thread_.
384 // Before decoder_thread_ has started, the decoder state is managed b
391 base::Thread decoder_thread_; member in class:media::V4L2VideoDecodeAccelerator
    [all...]

Completed in 124 milliseconds