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

  /external/vboot_reference/utility/
crossystem.c 144 int SetParam(const Param* p, const char* value) {
294 retval = SetParam(p, value);
  /external/webrtc/talk/media/base/
codec.cc 142 void Codec::SetParam(const std::string& name, const std::string& value) {
146 void Codec::SetParam(const std::string& name, int value) {
265 rtx_codec.SetParam(kCodecParamAssociatedPayloadType, associated_payload_type);
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 794 bool V4L2Device::SetParam(v4l2_streamparm* param) {
808 return SetParam(&param);
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 329 HRESULT CMethodProps::SetParam(const UString &name, const UString &value)
380 RINOK(SetParam(name, value));
397 return SetParam(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/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 286 inline void SetParam(ParamType type, void* param) {
  /external/google-breakpad/src/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/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...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h     [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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1172 milliseconds