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

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_encode_accelerator.h156 // 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 57 milliseconds