OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeBufferInitial
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h
115
kDecoding, //
DecodeBufferInitial
() successful; decoding frames.
181
//
DecodeBufferInitial
() or DecodeBufferContinue() as appropriate.
190
bool
DecodeBufferInitial
(const void* data, size_t size, size_t* endpos);
exynos_video_decode_accelerator.cc
649
schedule_task =
DecodeBufferInitial
(data, decoded_size, &decoded_size);
773
bool ExynosVideoDecodeAccelerator::
DecodeBufferInitial
(
775
DVLOG(3) << "
DecodeBufferInitial
(): data=" << data << ", size=" << size;
811
DVLOG(3) << "
DecodeBufferInitial
(): running initialization";
[
all
...]
Completed in 24 milliseconds