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

  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.h 82 scoped_ptr<media::VideoCodecBridge> media_codec_; member in class:content::AndroidVideoEncodeAccelerator
android_video_decode_accelerator.h 61 // Configures |media_codec_| with the given codec parameters from the client.
67 // Does pending IO tasks if any. Once this is called, it polls |media_codec_|
72 // Feeds input data to |media_codec_|. This checks
73 // |pending_bitstream_buffers_| and queues a buffer to |media_codec_|.
76 // Dequeues output from |media_codec_| and feeds the decoded frame to the
133 scoped_ptr<media::VideoCodecBridge> media_codec_; member in class:content::AndroidVideoDecodeAccelerator
135 // A container of texture. Used to set a texture to |media_codec_|.

Completed in 2231 milliseconds