HomeSort by relevance Sort by last modified time
    Searched defs:initDecoder (Results 1 - 14 of 14) 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 247 status_t SoftAVC::initDecoder() {
481 if (OK != initDecoder()) {
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 83 CHECK_EQ(initDecoder(), (status_t)OK);
132 status_t SoftAAC2::initDecoder() {
133 ALOGV("initDecoder()");
382 // nDrcCut uses default platform properties, see initDecoder()
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 79 return initDecoder();
289 status_t SoftHEVC::initDecoder() {
480 if (OK != initDecoder()) {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 255 status_t SoftMPEG2::initDecoder() {
446 ret = initDecoder();
599 if (OK != initDecoder()) {
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 600 milliseconds