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

  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 75 encoder_thread_("V4L2EncoderThread"),
88 DCHECK(!encoder_thread_.IsRunning());
162 if (!encoder_thread_.Start()) {
201 encoder_thread_.message_loop()->PostTask(
229 encoder_thread_.message_loop()->PostTask(
243 encoder_thread_.message_loop()->PostTask(
263 if (encoder_thread_.IsRunning()) {
264 encoder_thread_.message_loop()->PostTask(
270 encoder_thread_.Stop();
312 encoder_thread_.message_loop()->PostTask
    [all...]
v4l2_video_encode_accelerator.h 156 // Set the encoder_thread_ state (using PostTask to encoder thread, if
161 // Other utility functions. Called on encoder_thread_, unless
162 // encoder_thread_ is not yet started, in which case the child thread can call
221 // Encoder state, owned and operated by encoder_thread_.
222 // Before encoder_thread_ has started, the encoder state is managed by
223 // the child (main) thread. After encoder_thread_ has started, the encoder
229 base::Thread encoder_thread_; member in class:content::V4L2VideoEncodeAccelerator
269 // TODO(sheu): replace this thread with an TYPE_IO encoder_thread_.

Completed in 68 milliseconds