OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ensureDecoderState
(Results
1 - 4
of
4
) sorted by null
/hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp
318
c2_status_t C2SoftMpeg4Dec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
524
c2_status_t err =
ensureDecoderState
(pool);
/hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp
737
c2_status_t C2SoftAvcDec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
[
all
...]
/hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp
699
c2_status_t C2SoftHevcDec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
765
if (C2_OK !=
ensureDecoderState
(pool)) {
[
all
...]
/hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp
750
c2_status_t C2SoftMpeg2Dec::
ensureDecoderState
(const std::shared_ptr<C2BlockPool> &pool) {
816
if (C2_OK !=
ensureDecoderState
(pool)) {
[
all
...]
Completed in 418 milliseconds