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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 98 bool Codec::GetParam(const std::string& name, std::string* out) const {
106 bool Codec::GetParam(const std::string& name, int* out) const {
203 if (GetParam(kCodecParamMinBitrate, &min_bitrate) &&
204 GetParam(kCodecParamMaxBitrate, &max_bitrate)) {
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 159 VO_U32 (VO_API * GetParam) (VO_HANDLE hCodec, VO_S32 uParamID, VO_PTR pData);
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 59 FX_FLOAT CPDF_Dest::GetParam(int index)
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 364 inline void* GetParam() const
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /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 226 double GetParam(const char* name)
306 double val = pM->GetParam(N);
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 138 virtual HRESULT WINAPI GetParam(ULONG iparam,VARIANT *pvar) = 0;
164 HRESULT (WINAPI *GetParam)(ICallFrame *This,ULONG iparam,VARIANT *pvar);
192 #define ICallFrame_GetParam(This,iparam,pvar) (This)->lpVtbl->GetParam(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 2789 milliseconds