OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensureDecoderState
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Dec.h
52
c2_status_t
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool);
C2SoftMpeg4Dec.cpp
390
c2_status_t C2SoftMpeg4Dec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
600
c2_status_t err =
ensureDecoderState
(pool);
/frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.h
132
c2_status_t
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool);
C2SoftAvcDec.cpp
750
c2_status_t C2SoftAvcDec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
[
all
...]
/frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.h
91
c2_status_t
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool);
C2SoftHevcDec.cpp
746
c2_status_t C2SoftHevcDec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
[
all
...]
/frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.h
129
c2_status_t
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool);
C2SoftMpeg2Dec.cpp
[
all
...]
Completed in 1808 milliseconds