/external/lzma/CPP/7zip/Archive/Common/ |
HandlerOut.h | 54 HRESULT SetParam(COneMethodInfo &oneMethodInfo, const UString &name, const UString &value);
|
HandlerOut.cpp | 331 HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const UString &name, const UString &value)
388 RINOK(SetParam(oneMethodInfo, name, value));
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
codec.cc | 112 void Codec::SetParam(const std::string& name, const std::string& value) { 116 void Codec::SetParam(const std::string& name, int value) {
|
codec.h | 104 void SetParam(const std::string& name, const std::string& value); 105 void SetParam(const std::string& name, int value);
|
codec_unittest.cc | 260 codec.SetParam("a", "1"); 261 codec.SetParam("b", "x");
|
/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, ¶ms)) {
|
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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
aifc.py | 433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE, 764 dummy = self._comp.SetParam(cl.FRAME_BUFFER_SIZE, len(data)) 765 dummy = self._comp.SetParam(cl.COMPRESSED_BUFFER_SIZE, len(data)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
aifc.py | 433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE, 764 dummy = self._comp.SetParam(cl.FRAME_BUFFER_SIZE, len(data)) 765 dummy = self._comp.SetParam(cl.COMPRESSED_BUFFER_SIZE, len(data)) [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|
/external/gtest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-param-util.h | 379 TestClass::SetParam(¶meter_);
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util.h | 377 TestClass::SetParam(¶meter_);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc.c | 490 pDecHandle->SetParam = voAACEncSetParam;
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-param-util.h | 359 TestClass::SetParam(¶meter_);
|