Searched defs:decoder_thread_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.h85 // Methods for interacting with VideoToolbox. Run on |decoder_thread_|.
162 base::Thread decoder_thread_; member in class:content::VTVideoDecodeAccelerator
H A Dvaapi_video_decode_accelerator.h250 base::Thread decoder_thread_; member in class:content::VaapiVideoDecodeAccelerator
251 // Use this to post tasks to |decoder_thread_| instead of
252 // |decoder_thread_.message_loop()| because the latter will be NULL once
253 // |decoder_thread_.Stop()| returns.
H A Dv4l2_video_decode_accelerator.h49 // They post tasks to the decoder_thread_, which actually services the task
52 // * The decoder_thread_, owned by this class. It services API tasks, through
58 // decoder_thread_ when something interesting happens.
59 // TODO(sheu): replace this thread with an TYPE_IO decoder_thread_.
63 // the decoder_thread_, so there are no synchronization issues.
264 // Set the decoder_thread_ state (using PostTask to decoder thread, if
269 // Other utility functions. Called on decoder_thread_, unless
270 // decoder_thread_ is not yet started, in which case the child thread can call
327 // Decoder state, owned and operated by decoder_thread_.
328 // Before decoder_thread_ ha
335 base::Thread decoder_thread_; member in class:content::V4L2VideoDecodeAccelerator
[all...]

Completed in 81 milliseconds