OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initDecoder
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h
50
status_t
initDecoder
();
SoftVPX.cpp
49
CHECK_EQ(
initDecoder
(), (status_t)OK);
71
status_t SoftVPX::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.h
55
status_t
initDecoder
();
SoftRaw.cpp
47
CHECK_EQ(
initDecoder
(), (status_t)OK);
94
status_t SoftRaw::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h
67
status_t
initDecoder
();
SoftMPEG4.cpp
77
CHECK_EQ(
initDecoder
(), (status_t)OK);
89
status_t SoftMPEG4::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h
68
status_t
initDecoder
();
SoftAAC2.cpp
65
CHECK_EQ(
initDecoder
(), (status_t)OK);
113
status_t SoftAAC2::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h
79
status_t
initDecoder
();
SoftAMR.cpp
61
CHECK_EQ(
initDecoder
(), (status_t)OK);
126
status_t SoftAMR::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.h
72
void
initDecoder
();
SoftMP3.cpp
54
initDecoder
();
110
void SoftMP3::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h
74
status_t
initDecoder
();
SoftAVC.cpp
72
CHECK_EQ(
initDecoder
(), (status_t)OK);
93
status_t SoftAVC::
initDecoder
() {
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.h
70
status_t
initDecoder
();
SoftVorbis.cpp
59
CHECK_EQ(
initDecoder
(), (status_t)OK);
119
status_t SoftVorbis::
initDecoder
() {
Completed in 668 milliseconds