Lines Matching defs:VideoDecoder
20 class MEDIA_EXPORT VideoDecoder {
22 // Status codes for decode operations on VideoDecoder.
30 VideoDecoder();
31 virtual ~VideoDecoder();
33 // Initializes a VideoDecoder with the given |config|, executing the
37 // 1) The VideoDecoder will be reinitialized if it was initialized before.
40 // 3) No VideoDecoder calls except for Stop() should be made before
66 // Note: No VideoDecoder calls should be made before |closure| is executed.
70 // uninitialized state. A VideoDecoder cannot be re-initialized after it has
91 DISALLOW_COPY_AND_ASSIGN(VideoDecoder);