Searched refs:method (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_boolcoder_test.cc32 for (int method = 0; method <= 7; ++method) { // we generate various proba
39 (method == 0) ? 0 : (method == 1) ? 255 :
40 (method == 2) ? 128 :
41 (method == 3) ? rnd.Rand8() :
42 (method == 4) ? (parity ? 0 : 255) :
44 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
45 (method
84 << " method: " << method; local
[all...]
H A Dvp8_boolcoder_test.cc59 for (int method = 0; method <= 7; ++method) { // we generate various proba
66 (method == 0) ? 0 : (method == 1) ? 255 :
67 (method == 2) ? 128 :
68 (method == 3) ? rnd.Rand8() :
69 (method == 4) ? (parity ? 0 : 255) :
71 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
72 (method
115 << " method: " << method; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_picklpf.h25 struct VP9_COMP *cpi, LPF_PICK_METHOD method);
H A Dvp9_picklpf.c135 LPF_PICK_METHOD method) {
142 if (method == LPF_PICK_FROM_Q) {
153 search_filter_level(sd, cpi, method == LPF_PICK_FROM_SUBIMAGE);
134 vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, LPF_PICK_METHOD method) argument
/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h43 virtual bool getShareMethodAvailable(String16 method) = 0;
44 virtual int shareVolume(String16 path, String16 method) = 0;
45 virtual int unshareVolume(String16 path, String16 method) = 0;
46 virtual bool getVolumeShared(String16 path, String16 method) = 0;
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h131 CSC_METHOD method);
146 * get color space converter method
151 * @param method
152 * CSC method[out]
159 CSC_METHOD *method);
162 * set color space converter method
167 * @param method
168 * CSC method[in]
175 CSC_METHOD method);
H A Dcsc.c551 CSC_METHOD method)
561 csc_handle->csc_method = method;
610 CSC_METHOD *method)
619 *method = csc_handle->csc_method;
626 CSC_METHOD method)
635 csc_handle->csc_method = method;
550 csc_init( CSC_METHOD method) argument
608 csc_get_method( void *handle, CSC_METHOD *method) argument
624 csc_set_method( void *handle, CSC_METHOD method) argument
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalCoolingDevice.java109 public void setThrottleMethod(Method method) { argument
110 mThrottleMethod = method;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.h178 void setOutputMethod(OUTPUT_METHOD method) {mOutputMethod = method;} argument
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h241 uint32_t method; member in struct:msm_snd_volume_config
249 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_audio.h252 uint32_t method; member in struct:msm_snd_volume_config
260 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio.h241 uint32_t method; member in struct:msm_snd_volume_config
249 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio.h252 uint32_t method; member in struct:msm_snd_volume_config
260 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h217 uint32_t method; member in struct:msm_snd_volume_config
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h229 uint32_t method; member in struct:msm_snd_volume_config
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc149 // This method is from the TestPartResultReporterInterface
674 // method. Assumes that 0 <= shard_index < total_shards.
1099 // combination. This method can be called more then once; it has guards
1803 // results of calling a given int-returning method on each.
1806 int (TestCase::*method)() const) {
1809 sum += (case_list[i]->*method)();
2065 // This method is from the TestPartResultReporterInterface interface.
3081 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
3082 // environment variable. On GNU platform this method uses wcscasecmp
3537 // Runs the given method an
[all...]

Completed in 701 milliseconds