Searched defs:mode (Results 151 - 175 of 197) sorted by relevance

12345678

/hardware/qcom/msm8x84/kernel-headers/sound/
H A Daudio_effects.h170 uint32_t mode; member in struct:reverb_params
196 uint32_t mode; member in struct:bass_boost_params
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Daudio_effects.h195 uint32_t mode; member in struct:reverb_params
220 uint32_t mode; member in struct:bass_boost_params
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h199 enum scaling mode; member in struct:fimg2d_scale
214 enum repeat mode; member in struct:fimg2d_repeat
219 enum bluescreen mode; member in struct:fimg2d_bluscr
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h52 * @BLIT_SYNC: sync mode, to wait for blit done irq
53 * @BLIT_ASYNC: async mode, not to wait for blit done irq
291 enum scaling mode; member in struct:fimg2d_scale
307 enum repeat mode; member in struct:fimg2d_repeat
312 * @bg_color: bg_color is valid only if bluescreen mode is BLUSCR.
315 enum bluescreen mode; member in struct:fimg2d_bluscr
321 * @plane2: address info for CbCr in YCbCr 2plane mode
341 * @premult: alpha premultiplied mode for read & write
343 * @repeat: repeat type (tile mode)
344 * @bluscr: blue screen and transparent mode
[all...]
H A Dfimc-is-metadata.h227 enum processing_mode mode; member in struct:camera2_hotpixel_ctl
231 enum processing_mode mode; member in struct:camera2_hotpixel_dm
239 enum processing_mode mode; member in struct:camera2_demosaic_ctl
243 enum processing_mode mode; member in struct:camera2_demosaic_dm
251 enum processing_mode mode; member in struct:camera2_noisereduction_ctl
256 enum processing_mode mode; member in struct:camera2_noisereduction_dm
265 enum processing_mode mode; member in struct:camera2_shading_ctl
269 enum processing_mode mode; member in struct:camera2_shading_dm
277 enum processing_mode mode; member in struct:camera2_geometric_ctl
281 enum processing_mode mode; member in struct:camera2_geometric_dm
304 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_ctl
312 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_dm
337 enum tonemap_mode mode; member in struct:camera2_tonemap_ctl
345 enum tonemap_mode mode; member in struct:camera2_tonemap_dm
359 enum processing_mode mode; member in struct:camera2_edge_ctl
364 enum processing_mode mode; member in struct:camera2_edge_dm
627 enum aa_mode mode; member in struct:camera2_aa_ctl
650 enum aa_mode mode; member in struct:camera2_aa_dm
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h402 * @param G729ENC_G729 G729 mode
404 * @param G729ENC_EFR EFR mode
418 * @param G729ENC_NONMIMEMODE G729 mode
558 int mode; /* not used */ member in struct:ISPHENC_DynamicParams
859 /** Holds the value of RT Mixer mode */
1176 * @param OMX_IndexCustomG729ENCModeConfig Sets the DASF mode
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c235 int fill_data (OMX_U8 *pBuf, int mode, FILE *fIn);
1036 printf("Enter proper MIME mode\n");
1073 /* get TeeDN or ACDN mode */
1866 int fill_data (OMX_U8 *pBuf, int mode, FILE *fIn) argument
1872 if (OMX_AUDIO_AMRFrameFormatConformance == mode)
1903 else if(OMX_AUDIO_AMRFrameFormatFSF == mode)
1951 else if(OMX_AUDIO_AMRFrameFormatIF2 == mode)
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp563 int mode = 0; local
1371 status_t OMXCameraAdapter::useBuffers(CameraMode mode, CameraBuffer * bufArr, int num, size_t length, unsigned int queueable) argument
1378 switch(mode)
2219 // Enable all preview mode extra data.
2414 CAMHAL_LOGDB("Configuring AF Assist mode 0x%x", focusAssist.bFocusAssist);
2420 CAMHAL_LOGEB("Error while configuring AF Assist mode 0x%x", eError);
2424 CAMHAL_LOGDA("Camera AF Assist mode configured successfully");
2536 CAMHAL_LOGDB("Configuring Sensor overclock mode 0x%x", bOMX.bEnabled);
3489 // if we are waiting for a snapshot and in video mode...go ahead and send
4306 status_t fetchCapabiltiesForMode(OMX_CAMOPERATINGMODETYPE mode, argument
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp421 int mode = 0; local
1010 status_t OMXCameraAdapter::useBuffers(CameraMode mode, void* bufArr, int num, size_t length, unsigned int queueable) argument
1017 switch(mode)
1983 CAMHAL_LOGDB("Configuring AF Assist mode 0x%x", focusAssist.bFocusAssist);
1989 CAMHAL_LOGEB("Error while configuring AF Assist mode 0x%x", eError);
1993 CAMHAL_LOGDA("Camera AF Assist mode configured successfully");
2152 CAMHAL_LOGDB("Configuring Sensor overclock mode 0x%x", bOMX.bEnabled);
3002 // if we are waiting for a snapshot and in video mode...go ahead and send
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c336 /* TODO make these mode costs depend on last,alt or gold too. (jbb) */
388 /* In real-time mode, cpi->speed is in [4, 16]. */
642 B_PREDICTION_MODE mode; local
663 for (mode = B_DC_PRED; mode <= B_HU_PRED; mode++)
668 rate = bmode_costs[mode];
670 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
691 *best_mode = mode;
775 MB_PREDICTION_MODE mode; local
880 MB_PREDICTION_MODE mode; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c96 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { argument
97 switch (mode) {
421 static int is_slowest_mode(int mode) { argument
422 return (mode == MODE_SECONDPASS_BEST || mode == MODE_BESTQUALITY);
430 cpi->rd_thresh_mult[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
511 cpi->rd_thresh_mult_sub8x8[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
525 // disable mode test if frame flag is not set
549 // Set rd thresholds based on mode and speed setting
724 // Special conditions when alt ref frame enabled in lagged compress mode
[all...]
H A Dvp9_onyx_int.h67 // This enumerator type needs to be kept aligned with the mode order in
168 // Realtime/Live Encoding. This mode is optimized for realtime
202 MODE mode; member in struct:__anon632
233 AQ_MODE aq_mode; // Adaptive Quantization mode
250 // Bitrate allocation (CBR mode) and framerate factor, for temporal layers.
266 /* Bitfield defining the parallel decoding mode where the
348 // means that we will accept the best mode so far more often. This number
415 // Get threshold from external input. In real time mode, it can be
H A Dvp9_encodeframe.c160 // Lighter version of set_offsets that only sets the mode info
868 // Else for cyclic refresh mode update the segment map, set the segment id
893 // when the mode was picked for it
943 ++cpi->mode_chosen_counts[kf_mode_index[mbmi->mode]];
945 // Note how often each mode chosen as best
1003 // Use the lower precision, but faster, 32x32 fdct for mode selection.
1075 // Find best coding mode & reconstruct the MB so it is available
1339 // This function attempts to set all mode info entries in a given SB64
2429 xd->mi[0]->mbmi.mode = DC_PRED;
2547 MB_PREDICTION_MODE mode) {
2546 set_mode_info(MB_MODE_INFO *mbmi, BLOCK_SIZE bsize, MB_PREDICTION_MODE mode) argument
[all...]
H A Dvp9_rdopt.c59 MB_PREDICTION_MODE mode; member in struct:__anon635
571 // Check for consistency of tx_size with mode info
929 // Actually encode using the chosen mode if a model was used, but do not
1021 static int conditional_skipintra(MB_PREDICTION_MODE mode, argument
1023 if (mode == D117_PRED &&
1027 if (mode == D63_PRED &&
1031 if (mode == D207_PRED &&
1035 if (mode == D153_PRED &&
1049 MB_PREDICTION_MODE mode; local
1075 for (mode
1242 MB_PREDICTION_MODE mode; local
1361 MB_PREDICTION_MODE mode; local
1452 cost_mv_ref(const VP9_COMP *cpi, MB_PREDICTION_MODE mode, int mode_context) argument
1473 labels2mode(VP9_COMP *cpi, MACROBLOCKD *xd, int i, MB_PREDICTION_MODE mode, int_mv this_mv[2], int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int_mv seg_mvs[MAX_REF_FRAMES], int_mv *best_ref_mv[2], const int *mvjcost, int *mvcost[2]) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp302 LocPosMode &mode) :
303 LocMsg(), mAdapter(adapter), mPosMode(mode)
1987 Sets the mode and fix frequency for the tracking session.
2007 // The position mode for GSS/QCA1530 can only be standalone
2010 if ((isAPQ || is1530) && params.mode != LOC_POSITION_MODE_STANDALONE) {
2011 params.mode = LOC_POSITION_MODE_STANDALONE;
2012 LOC_LOGD("Position mode changed to standalone for target with GSS/qca1530.");
301 LocEngPositionMode(LocEngAdapter* adapter, LocPosMode &mode) argument
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1603 DEBUG_PRINT_ERROR("Setting slice delivery mode failed");
2042 /* Check if slice_delivery mode is enabled & max slices is sufficient for encoding complete frame */
2640 DEBUG_PRINT_ERROR("Request for setting slice delivery mode failed");
2643 DEBUG_PRINT_LOW("Successfully set Slice delivery mode id: %d, value=%d", control.id, control.value);
2647 DEBUG_PRINT_ERROR("Failed to set slice delivery mode, slice_mode [%lu] "
3285 DEBUG_PRINT_ERROR("Invalid Entropy mode for Baseline Profile");
3343 // There is no disabled mode. Disabled mode is indicated by a 0 count.
3362 "mb count: %u, mb mode:%d", (unsigned int)irMBs, ir_mode);
3447 DEBUG_PRINT_LOW("%s(): mode
4431 venc_set_meta_mode(bool mode) argument
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c83 // Preferred mode bitmask. This is actually 4 byte-sized bitmasks with different priority values,
91 // a preferred mode of GSM, WCDMA, CDMA, and EvDo in which all are equally preferrable, whereas
92 // 0x00000201 represents a mode with GSM and WCDMA, in which WCDMA is preferred over GSM
276 // index,isMT,state,mode,isMpty(,number,TOA)?
280 int mode; local
297 err = at_tok_nextint(&line, &mode);
300 p_call->isVoice = (mode == 0);
357 * mode = 1 // discard when link is reserved (link should never be
904 * networkModePossible. Decides whether the network mode is appropriate for the
979 RLOGE("Unknown preferred mode receive
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp77 } mode; member in struct:exynos5_gsc_map_t
1019 pdev->bufs.gsc_map[nextWindow].mode =
1405 if (pdata->gsc_map[i].mode == exynos5_gsc_map_t::GSC_M2M) {
1423 pdata->gsc_map[i].mode = exynos5_gsc_map_t::GSC_NONE;
1524 if (pdev->bufs.gsc_map[i].mode == exynos5_gsc_map_t::GSC_M2M) {
1901 if (pdev->last_gsc_map[i].mode == exynos5_gsc_map_t::GSC_NONE)
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h317 enum dsscomp_setup_mode mode; member in struct:dsscomp_setup_mgr_data
326 enum dsscomp_setup_mode mode; member in struct:dsscomp_check_ovl_data
334 enum dsscomp_setup_mode mode; member in struct:dsscomp_setup_dispc_data
367 struct dsscomp_videomode mode; member in struct:dsscomp_setup_display_data
/hardware/intel/img/libdrm/shared-core/
H A Ddrm.h338 full-screen DGA-like mode. */
585 unsigned long mode; /**< AGP mode */ member in struct:drm_agp_mode
620 unsigned long mode; member in struct:drm_agp_info
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp1194 * Clients may configure OMX_QCOM_FramePacking_Arbitrary to enable this mode
3061 // disallow more than 2 extrabuffers when we are in smoothstreaming mode
3091 // activate ts prediction logic (arbitrary mode only) sending input
3135 "smothstreaming mode [%u x %u]",
3207 DEBUG_PRINT_ERROR("setparameter: cannot set to arbitary bytes mode in secure session");
3430 DEBUG_PRINT_HIGH("only decode order is supported for thumbnail mode");
3454 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3464 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3474 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3483 DEBUG_PRINT_ERROR("\n secure mode settin
9542 secureDisplay(int mode) argument
9563 unsecureDisplay(int mode) argument
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp1895 /* Doing nothing. Because we assume that continuous focus mode is
1941 /* Doing nothing. Because we assume that continuous focus mode is
3385 bool ExynosCamera::m_setWidthHeight(int mode, argument
3419 switch(mode) {
3497 ALOGE("ERR(%s):m_setZoom(%d, %d) fail", __func__, mode, m_curCameraInfo->zoom);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp514 shot_ext->shot.ctl.aa.mode = AA_CONTROL_AUTO;
516 shot_ext->shot.ctl.aa.mode = AA_CONTROL_NONE;
684 // mapping flash UI mode from aeMode
699 if (m_lastAaMode == request_shot->shot.ctl.aa.mode) {
700 shot_ext->shot.ctl.aa.mode = (enum aa_mode)(0);
703 shot_ext->shot.ctl.aa.mode = request_shot->shot.ctl.aa.mode;
704 m_lastAaMode = (int)(shot_ext->shot.ctl.aa.mode);
755 (int)(shot_ext->shot.ctl.aa.mode), (int)(shot_ext->shot.ctl.aa.aeMode),
2992 //If flash isn't activated at flash auto mode, ski
3084 m_afTrigger(struct camera2_shot_ext * shot_ext, int mode) argument
[all...]
H A Dfimc-is-metadata.h209 enum processing_mode mode; member in struct:camera2_hotpixel_ctl
212 enum processing_mode mode; member in struct:camera2_hotpixel_dm
216 enum processing_mode mode; member in struct:camera2_demosaic_ctl
220 enum processing_mode mode; member in struct:camera2_demosaic_dm
224 enum processing_mode mode; member in struct:camera2_noisereduction_ctl
229 enum processing_mode mode; member in struct:camera2_noisereduction_dm
234 enum processing_mode mode; member in struct:camera2_shading_ctl
237 enum processing_mode mode; member in struct:camera2_shading_dm
241 enum processing_mode mode; member in struct:camera2_geometric_ctl
245 enum processing_mode mode; member in struct:camera2_geometric_dm
265 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_ctl
274 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_dm
296 enum tonemap_mode mode; member in struct:camera2_tonemap_ctl
304 enum tonemap_mode mode; member in struct:camera2_tonemap_dm
315 enum processing_mode mode; member in struct:camera2_edge_ctl
320 enum processing_mode mode; member in struct:camera2_edge_dm
581 enum aa_mode mode; member in struct:camera2_aa_ctl
604 enum aa_mode mode; member in struct:camera2_aa_dm
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h574 //Set Burst mode
664 //Burst mode active
865 int mode; member in struct:android::DisplayAdapter::S3DParameters_t
957 * Start preview mode.
977 * Start record mode. When a record image is available a CAMERA_MSG_VIDEO_FRAME

Completed in 1062 milliseconds

12345678