HomeSort by relevance Sort by last modified time
    Searched refs:SetParams (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
jitter_estimate_test.h 45 void SetParams(double m, double v)
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 55 HRESULT SetParams(COneMethodInfo &oneMethodInfo, const UString &srcString);
HandlerOut.cpp 377 HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const UString &srcString)
587 RINOK(SetParams(oneMethodInfo, value.bstrVal));
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 142 SetParams(desired_access,
168 void SetParams(ACCESS_MASK desired_access,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
541 # set through the setcomptype() or setparams() method
543 # set through the setcomptype() or setparams() method
545 # set through the setnchannels() or setparams() method
547 # set through the setsampwidth() or setparams() method
549 # set through the setframerate() or setparams() method
551 # set through the setnframes() or setparams() method
674 def setparams(self, info): member in class:Aifc_write
833 self._comp.SetParams(params
    [all...]

Completed in 228 milliseconds