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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 114 void Codec::SetParam(const std::string& name, const std::string& value) {
118 void Codec::SetParam(const std::string& name, int value) {
172 rtx_codec.SetParam(kCodecParamAssociatedPayloadType, associated_payload_type);
  /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/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 331 HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const UString &name, const UString &value)
388 RINOK(SetParam(oneMethodInfo, name, value));
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 376 inline void SetParam(ParamType type, void* param)
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /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_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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)
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 2933 milliseconds