Searched defs:mode (Results 1 - 25 of 197) sorted by relevance

12345678

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dreconintra_arm.c22 int mode,
31 int mode = x->mode_info_context->mbmi.mode; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
42 int mode,
51 int mode = x->mode_info_context->mbmi.mode; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.h23 MB_PREDICTION_MODE mode; member in union:__anon618::__anon619::__anon620
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h39 * setMode is called when the audio mode changes. NORMAL mode is for
43 virtual status_t setMode(int mode);
55 /** returns true if the given mode maps to a telephony or VoIP call is in progress */
56 virtual bool isModeInCall(int mode) argument
57 { return ((mode == AudioSystem::MODE_IN_CALL)
58 || (mode == AudioSystem::MODE_IN_COMMUNICATION)); };
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c46 mode -
58 int loc_eng_dmn_conn_glue_msgget(const char * q_path, int mode) argument
61 msgqid = loc_eng_dmn_conn_glue_pipeget(q_path, mode);
H A Dloc_eng_dmn_conn_glue_pipe.c49 mode - mode
61 int loc_eng_dmn_conn_glue_pipeget(const char * pipe_name, int mode) argument
66 LOC_LOGD("%s, mode = %d\n", pipe_name, mode);
74 // The mode in mkfifo is not honoured and does not provide the
78 LOC_LOGE ("%s failed to change mode for %s, error = %s\n", __func__,
82 fd = open(pipe_name, mode);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c46 mode -
58 int loc_eng_dmn_conn_glue_msgget(const char * q_path, int mode) argument
61 msgqid = loc_eng_dmn_conn_glue_pipeget(q_path, mode);
H A Dloc_eng_dmn_conn_glue_pipe.c49 mode - mode
61 int loc_eng_dmn_conn_glue_pipeget(const char * pipe_name, int mode) argument
66 LOC_LOGD("%s, mode = %d\n", pipe_name, mode);
74 // The mode in mkfifo is not honoured and does not provide the
78 LOC_LOGE ("%s failed to change mode for %s, error = %s\n", __func__,
82 fd = open(pipe_name, mode);
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c25 OMX_U8 mode; local
75 DOMX_ERROR("errno from setting secure mode = %x",errno);
79 DOMX_ERROR("Setting unsecure mode failed");
91 ret = read(pComponentPrivate->secure_misc_drv_fd, &mode, sizeof(mode));
92 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
93 DOMX_DEBUG("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode);
146 DOMX_ERROR("Setting unsecure mode faile
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c25 OMX_U8 mode; local
74 DOMX_ERROR("errno from setting secure mode = %x",errno);
78 DOMX_ERROR("Setting unsecure mode failed");
90 ret = read(pComponentPrivate->secure_misc_drv_fd, &mode, sizeof(mode));
91 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
92 DOMX_DEBUG("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode);
136 DOMX_ERROR("Setting unsecure mode faile
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_mds.cpp60 int mode = MDS_MODE_NONE; local
62 mode = mListener->getDisplayMode(false);
63 if (checkMode(mode, (MDS_VIDEO_ON | MDS_HDMI_CONNECTED)))
64 mode = MDS_HDMI_VIDEO_ISPLAYING;
65 else if (checkMode(mode, (MDS_VIDEO_ON | MDS_WIDI_ON)))
66 mode = MDS_WIDI_VIDEO_ISPLAYING;
68 mode = MDS_INIT_VALUE;
69 //ALOGV("mds mode is %d", mode);
70 return mode;
84 int mode = mListener->getDisplayMode(false); local
[all...]
/hardware/qcom/gps/core/
H A Dgps_extended.h40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
/hardware/qcom/gps/msm8960/core/
H A Dgps_extended.h40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.c242 Set AK8975 to the specific mode.
245 @param[in] mode This value should be one of the AK8975_Mode which is defined in
248 int16_t AKD_SetMode(const BYTE mode) argument
255 if (ioctl(s_fdDev, ECS_IOCTL_SET_MODE, &mode) < 0) {
/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c104 ALOGW("** Warning - BT Vendor Lib is loaded in debug tuning mode!");
195 uint8_t *mode = (uint8_t *) param; local
196 retval = hw_lpm_enable(*mode);
/hardware/intel/img/hwcomposer/common/base/
H A DDrm.h60 bool setDpmsMode(int device, int mode);
62 bool getModeInfo(int device, drmModeModeInfo& mode);
65 bool isSameDrmMode(drmModeModeInfoPtr mode, drmModeModeInfoPtr base) const;
72 bool setDrmMode(int index, drmModeModeInfoPtr mode);
90 drmModeModeInfo mode; member in struct:android::intel::Drm::DrmOutput
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlSetGyroBias.c35 int mode; member in struct:__anon1049
89 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode) argument
99 sgb.mode = mode;
107 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode) argument
127 result = inv_set_gyro_bias_in_hw_unit(offset, mode);
131 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode) argument
139 result = inv_set_gyro_bias_in_dps(biasL, mode);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dts_parser.cpp31 void omx_time_stamp_reorder::set_timestamp_reorder_mode(bool mode) argument
33 reorder_ts = mode;
184 DEBUG("\n not in avi mode");
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp33 void omx_time_stamp_reorder::set_timestamp_reorder_mode(bool mode) argument
35 reorder_ts = mode;
215 DEBUG("not in avi mode");
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.cc80 void EncoderTest::SetMode(TestMode mode) { argument
81 switch (mode) {
97 ASSERT_TRUE(false) << "Unexpected mode " << mode;
100 if (mode == kTwoPassGood || mode == kTwoPassBest)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c44 int mode = x->mode_info_context->mbmi.uv_mode; local
47 switch (mode) {
136 int mode = x->mode_info_context->mbmi.mode; local
139 switch (mode) {
/hardware/intel/img/libdrm/tests/modeprint/
H A Dmodeprint.c3 * Test program to dump DRM kernel mode setting related information.
66 int printMode(struct drm_mode_modeinfo *mode) argument
69 printf("Mode: %s\n", mode->name);
70 printf("\tclock : %i\n", mode->clock);
71 printf("\thdisplay : %i\n", mode->hdisplay);
72 printf("\thsync_start : %i\n", mode->hsync_start);
73 printf("\thsync_end : %i\n", mode->hsync_end);
74 printf("\thtotal : %i\n", mode->htotal);
75 printf("\thskew : %i\n", mode->hskew);
76 printf("\tvdisplay : %i\n", mode
145 struct drm_mode_modeinfo *mode = NULL; local
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp54 static const char* displayMode(int mode) argument
56 if ((mode < AudioSystem::MODE_INVALID) || (mode >= AudioSystem::NUM_MODES))
58 return routingModeStrings[mode+3];
86 status_t AudioHardwareBase::setMode(int mode) argument
89 ALOGD("setMode(%s)", displayMode(mode));
91 if ((mode < 0) || (mode >= AudioSystem::NUM_MODES))
93 if (mMode == mode)
95 mMode = mode;
[all...]
/hardware/qcom/audio/hal/audio_extn/
H A Dext_speaker.c143 void audio_extn_extspk_set_mode(void* extn, audio_mode_t mode) argument
148 data->set_mode(mode);
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp369 status_t ALSAStreamOps::open(int mode) argument
H A DAudioStreamOutALSA.cpp167 mHandle->module->route(mHandle, mDevices , mParent->mode());
178 mHandle->module->route(mHandle, mDevices , mParent->mode());
181 mHandle->module->route(mHandle, mDevices , mParent->mode());
290 status_t AudioStreamOutALSA::open(int mode) argument
294 return ALSAStreamOps::open(mode);

Completed in 1151 milliseconds

12345678