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

1 2

  /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));
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 150 VO_U32 (VO_API * SetParam) (VO_HANDLE hCodec, VO_S32 uParamID, VO_PTR pData);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 113 void Codec::SetParam(const std::string& name, const std::string& value) {
117 void Codec::SetParam(const std::string& name, int value) {
167 rtx_codec.SetParam(kCodecParamAssociatedPayloadType, associated_payload_type);
codec_unittest.cc 48 c0.SetParam("a", 1);
75 c1.SetParam("a", 2);
283 codec.SetParam("a", "1");
284 codec.SetParam("b", "x");
codec.h 104 void SetParam(const std::string& name, const std::string& value);
105 void SetParam(const std::string& name, int value);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
medparam.idl 92 HRESULT SetParam(
medparam.h 109 virtual HRESULT STDMETHODCALLTYPE SetParam(
155 HRESULT (STDMETHODCALLTYPE *SetParam)(
181 #define IMediaParams_SetParam(This,dwParamIndex,value) (This)->lpVtbl->SetParam(This,dwParamIndex,value)
205 return This->lpVtbl->SetParam(This,dwParamIndex,value);
dmplugin.h 213 STDMETHOD(SetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, void *pParam) PURE;
232 #define IDirectMusicTrack_SetParam(p,a,b,c) (p)->lpVtbl->SetParam(p,a,b,c)
256 STDMETHOD(SetParam)(THIS_ REFGUID rguidType, MUSIC_TIME mtTime, void *pParam) PURE;
281 #define IDirectMusicTrack8_SetParam(p,a,b,c) (p)->lpVtbl->SetParam(p,a,b,c)
callobj.h 137 virtual HRESULT WINAPI SetParam(ULONG iparam,VARIANT *pvar) = 0;
163 HRESULT (WINAPI *SetParam)(ICallFrame *This,ULONG iparam,VARIANT *pvar);
191 #define ICallFrame_SetParam(This,iparam,pvar) (This)->lpVtbl->SetParam(This,iparam,pvar)
  /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)) {
  /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_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util.h 359 TestClass::SetParam(&parameter_);
  /external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 359 TestClass::SetParam(&parameter_);
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 376 inline void SetParam(ParamType type, void* param)

Completed in 973 milliseconds

1 2