OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initDecoder
(Results
1 - 15
of
15
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp
56
initDecoder
();
112
void SoftMP3::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp
49
CHECK_EQ(
initDecoder
(), (status_t)OK);
96
status_t SoftRaw::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp
61
CHECK_EQ(
initDecoder
(), (status_t)OK);
126
status_t SoftAMR::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
62
CHECK_EQ(
initDecoder
(), (status_t)OK);
122
status_t SoftVorbis::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp
78
CHECK_EQ(
initDecoder
(), (status_t)OK);
90
status_t SoftMPEG4::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
61
CHECK_EQ(
initDecoder
(), (status_t)OK);
81
status_t SoftVPX::
initDecoder
() {
323
initDecoder
();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp
73
CHECK_EQ(
initDecoder
(), (status_t)OK);
94
status_t SoftAVC::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp
67
CHECK_EQ(
initDecoder
(), (status_t)OK);
125
status_t SoftOpus::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp
295
status_t SoftAVC::
initDecoder
() {
527
if (OK !=
initDecoder
()) {
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp
82
CHECK_EQ(
initDecoder
(), (status_t)OK);
131
status_t SoftAAC2::
initDecoder
() {
132
ALOGV("
initDecoder
()");
381
// nDrcCut uses default platform properties, see
initDecoder
()
[
all
...]
/frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp
87
return
initDecoder
();
297
status_t SoftHEVC::
initDecoder
() {
488
if (OK !=
initDecoder
()) {
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp
85
CHECK_EQ(
initDecoder
(), (status_t)OK);
255
status_t SoftMPEG2::
initDecoder
() {
445
ret =
initDecoder
();
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp
161
OMX_ERRORTYPE OMXVideoDecoderVP9HWR::
initDecoder
()
220
initDecoder
();
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 753 milliseconds