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

1 2

  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 87 int set_parameters(struct camera_device *, const char *parms);
QualcommCamera.cpp 382 int set_parameters(struct camera_device * device, const char *parms) function in namespace:android
389 rc = hardware->set_parameters(device, parms);
  /external/libxcam/capi/
context_priv.h 61 virtual XCamReturn set_parameters (ContextParams &param_list);
context_priv.cpp 89 ContextBase::set_parameters (ContextParams &param_list) function in class:ContextBase
xcam_handle.cpp 131 "xcam_handle(%s) set_parameters failed, param(field:%s) value should never be NULL",
139 return context->set_parameters (params);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /external/python/cpython2/Lib/test/
test_ossaudiodev.py 90 def set_parameters(self, dsp): member in class:OSSAudioDevTests
152 self.set_parameters(dsp)
  /external/python/cpython3/Lib/test/
test_ossaudiodev.py 91 def set_parameters(self, dsp): member in class:OSSAudioDevTests
153 self.set_parameters(dsp)
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.cc 52 proto_.set_parameters(node->parameters());
165 mutable_proto()->set_parameters(node->parameters());
  /device/generic/goldfish/camera/
EmulatedCamera.h 232 /* Actual handler for camera_device_ops_t::set_parameters callback.
355 static int set_parameters(struct camera_device* dev, const char* parms);
EmulatedCamera.cpp 1127 int EmulatedCamera::set_parameters(struct camera_device* dev, const char* parms) function in class:android::EmulatedCamera
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.h 240 /* Actual handler for camera_device_ops_t::set_parameters callback.
357 static int set_parameters(struct camera_device* dev, const char* parms);
EmulatedCamera.cpp 892 int EmulatedCamera::set_parameters(struct camera_device* dev, function in class:android::EmulatedCamera
980 EmulatedCamera::set_parameters
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.h 183 static int set_parameters(struct camera_device *, const char *parms);
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/
sdca_estimator.py 165 update_weights_hook.set_parameters(sdca_model, train_op)
186 def set_parameters(self, sdca_model, train_op): member in class:_SdcaUpdateWeightsHook
  /device/generic/goldfish/audio/
audio_hw_legacy.c 428 out->stream.common.set_parameters = out_set_parameters;
584 in->stream.common.set_parameters = in_set_parameters;
686 adev->device.set_parameters = adev_set_parameters;
  /device/linaro/poplar/audio/
audio_hw.c 450 out->stream.common.set_parameters = out_set_parameters;
601 in->stream.common.set_parameters = in_set_parameters;
660 adev->hw_device.set_parameters = adev_set_parameters;
  /device/google/cuttlefish_common/guest/hals/audio/legacy/
vsoc_audio_input_stream.cpp 72 common.set_parameters = GceAudio::SetStreamParameters;
vsoc_audio.cpp 324 rval->set_parameters = cvd::thunk<audio_hw_device, &GceAudio::SetParameters>;
vsoc_audio_output_stream.cpp 293 out->common.set_parameters =
  /frameworks/av/media/libaudiohal/impl/
DeviceHalLocal.cpp 85 return mDev->set_parameters(mDev, kvPairs.string());
StreamHalLocal.cpp 77 return mStream->set_parameters(mStream, kvPairs.string());
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
linear.py 268 update_weights_hook.set_parameters(sdca_model, train_op)
296 def set_parameters(self, sdca_model, train_op): member in class:_SdcaUpdateWeightsHook
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 629 out->stream.common.set_parameters = out_set_parameters;
780 in->stream.common.set_parameters = in_set_parameters;
846 adev->hw_device.set_parameters = adev_set_parameters;
  /external/python/google-api-python-client/googleapiclient/
discovery.py 642 Sets default values and defers to set_parameters to populate.
660 self.set_parameters(method_desc)
662 def set_parameters(self, method_desc): member in class:ResourceMethodParameters
    [all...]

Completed in 700 milliseconds

1 2