Searched defs: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.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/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.h201 void setOutputMethod(OUTPUT_METHOD method) {mOutputMethod = method;} argument
/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/qcom/msm8x26/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/msm8x26/original-kernel-headers/linux/
H A Dmsm_audio.h260 uint32_t method; member in struct:msm_snd_volume_config
268 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/msm8994/kernel-headers/linux/
H A Dmsm_audio.h249 uint32_t method; member in struct:msm_snd_volume_config
256 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio.h269 uint32_t method; member in struct:msm_snd_volume_config
277 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio.h251 uint32_t method; member in struct:msm_snd_volume_config
259 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio.h272 uint32_t method; member in struct:msm_snd_volume_config
280 uint32_t method; member in struct:msm_cad_volume_config
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp4041 const char *method = params.get(KEY_GPS_PROCESSING_METHOD); local
4042 if (method) {
4043 set(KEY_GPS_PROCESSING_METHOD, method);
10918 * DESCRIPTION: get GPS processing method
10921 * @gpsProcessingMethod : string to store GPS process method

Completed in 483 milliseconds