HomeSort by relevance Sort by last modified time
    Searched refs:SetParam (Results 1 - 18 of 18) sorted by null

  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 150 VO_U32 (VO_API * SetParam) (VO_HANDLE hCodec, VO_S32 uParamID, VO_PTR pData);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 183 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_FRAMETYPE, &frameType);
184 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_MODE, &mode);
185 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_DTX, &allow_dtx);
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 218 returnCode = AudioAPI.SetParam(hCodec, VO_PID_AAC_ENCPARAM, &aacpara);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 141 if (VO_ERR_NONE != mApiHandle->SetParam(
288 mApiHandle->SetParam(
  /external/opencv/cvaux/include/
cvvidsurv.hpp 243 void SetParam(const char* name, double val)
269 if(str) SetParam(name,atof(str));
307 SetParam(FN,val);
337 pM->SetParam(N,GetParam(tmp));
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 88 if (VO_ERR_NONE != mApiHandle->SetParam(mEncoderHandle, VO_PID_AAC_ENCPARAM, &params)) {
SoftAACEncoder.cpp 328 if (VO_ERR_NONE != mApiHandle->SetParam(
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 211 void SetParam(TInt aParam);
313 void CSdlAppServ::SetParam(TInt aParam)
617 gEpocEnv->iAppSrv->SetParam(aParam);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 359 TestClass::SetParam(&parameter_);
  /external/gtest/include/gtest/internal/
gtest-param-util.h 359 TestClass::SetParam(&parameter_);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 359 TestClass::SetParam(&parameter_);
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 377 TestClass::SetParam(&parameter_);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 490 pDecHandle->SetParam = voAACEncSetParam;
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]

Completed in 662 milliseconds