OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoDecoderJob
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/android/
video_decoder_job.cc
27
VideoDecoderJob
*
VideoDecoderJob
::Create(const VideoCodec video_codec,
36
return new
VideoDecoderJob
(codec.Pass(), request_data_cb);
38
LOG(ERROR) << "Failed to create
VideoDecoderJob
.";
42
VideoDecoderJob
::
VideoDecoderJob
(
50
VideoDecoderJob
::~
VideoDecoderJob
() {
53
void
VideoDecoderJob
::ReleaseOutputBuffer(
62
bool
VideoDecoderJob
::ComputeTimeToRender() const
[
all
...]
video_decoder_job.h
17
class
VideoDecoderJob
: public MediaDecoderJob {
19
virtual ~
VideoDecoderJob
();
21
// Create a new
VideoDecoderJob
instance.
29
static
VideoDecoderJob
* Create(const VideoCodec video_codec,
37
VideoDecoderJob
(scoped_ptr<VideoCodecBridge> video_codec_bridge,
Completed in 25 milliseconds