Searched refs:modes (Results 1 - 17 of 17) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dkeymaster1.h138 * Gets the block modes supported for the specified algorithm.
142 * \param[in] algorithm The algorithm for which supported modes will be returned.
144 * \param[out] modes Array of modes supported. The caller takes ownership of the array and must
147 * \param[out] modes_length Length of \p modes.
152 keymaster_block_mode_t** modes,
156 * Gets the padding modes supported for the specified algorithm. Caller assumes ownership of
161 * \param[in] algorithm The algorithm for which supported padding modes will be returned.
163 * \param[out] modes Array of padding modes supporte
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp354 drmModeModeInfoPtr modes; local
358 modes = drm->detectAllConfigs(mType, &modeCount);
361 if (modes) {
362 compatMode = &modes[i];
514 // TODO: set proper power modes for HWC 1.4
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp351 drmModeModeInfoPtr modes; local
355 modes = drm->detectAllConfigs(mType, &modeCount);
358 if (modes) {
359 compatMode = &modes[i];
500 // TODO: set proper blanking modes for HWC 1.4 modes
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp269 ETRACE("invalid count of modes");
276 mode = &output->connector->modes[i];
286 mode = &output->connector->modes[index];
313 ETRACE("invalid count of modes");
320 mode = &output->connector->modes[i];
332 mode = &output->connector->modes[index];
555 ETRACE("invalid count of modes");
562 mode = &output->connector->modes[i];
569 return setDrmMode(outputIndex, &output->connector->modes[index]);
711 ETRACE("invalid count of modes");
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp273 ELOGTRACE("invalid count of modes");
280 mode = &output->connector->modes[i];
290 mode = &output->connector->modes[index];
317 ELOGTRACE("invalid count of modes");
324 mode = &output->connector->modes[i];
336 mode = &output->connector->modes[index];
591 ELOGTRACE("invalid count of modes");
598 mode = &output->connector->modes[i];
605 return setDrmMode(outputIndex, &output->connector->modes[index]);
746 ELOGTRACE("invalid count of modes");
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
H A Dexample.rst38 counters will not work inside your isr. Please use the different edge modes.
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dcompress_params.h266 __u32 modes; member in struct:snd_codec_desc
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dcompress_params.h98 * Profile and modes are listed with bit masks. This allows for a
105 /* MP3 modes are only useful for encoders */
113 /* AMR modes are only useful for encoders */
128 /* AMRWB modes are only useful for encoders */
137 /* AAC modes are required for encoders and decoders */
215 * IEC modes are mandatory for decoders. Format autodetection
371 * @modes: Supported modes. See SND_AUDIOMODE defines
376 * This structure provides a scalar value for profiles, modes and stream
394 __u32 modes; member in struct:snd_codec_desc
[all...]
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dcompress_params.h311 __u32 modes; member in struct:snd_codec_desc
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dcompress_params.h102 * Profile and modes are listed with bit masks. This allows for a
109 /* MP3 modes are only useful for encoders */
117 /* AMR modes are only useful for encoders */
132 /* AMRWB modes are only useful for encoders */
141 /* AAC modes are required for encoders and decoders */
219 * IEC modes are mandatory for decoders. Format autodetection
414 * @modes: Supported modes. See SND_AUDIOMODE defines
419 * This structure provides a scalar value for profiles, modes and stream
437 __u32 modes; member in struct:snd_codec_desc
[all...]
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dcompress_params.h271 __u32 modes; member in struct:snd_codec_desc
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dcompress_params.h97 * Profile and modes are listed with bit masks. This allows for a
104 /* MP3 modes are only useful for encoders */
112 /* AMR modes are only useful for encoders */
127 /* AMRWB modes are only useful for encoders */
136 /* AAC modes are required for encoders and decoders */
214 * IEC modes are mandatory for decoders. Format autodetection
375 * @modes: Supported modes. See SND_AUDIOMODE defines
380 * This structure provides a scalar value for profiles, modes and stream
397 __u32 modes; member in struct:snd_codec_desc
[all...]
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dcompress_params.h264 __u32 modes; member in struct:snd_codec_desc
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dcompress_params.h98 * Profile and modes are listed with bit masks. This allows for a
105 /* MP3 modes are only useful for encoders */
113 /* AMR modes are only useful for encoders */
128 /* AMRWB modes are only useful for encoders */
137 /* AAC modes are required for encoders and decoders */
215 * IEC modes are mandatory for decoders. Format autodetection
369 * @modes: Supported modes. See SND_AUDIOMODE defines
374 * This structure provides a scalar value for profiles, modes and stream
392 __u32 modes; member in struct:snd_codec_desc
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c1091 B_PREDICTION_MODE modes[16]; member in struct:__anon1095
1366 bsi->modes[i] = x->partition_info->bmi[i].mode;
1405 bsi.modes[i] = ZERO4X4;
1513 x->partition_info->bmi[i].mode = bsi.modes[j];
2103 /* Experimental code. Special case for gf and arf zeromv modes.
2137 * block's intra eobs will be overwritten when we check inter modes,
2585 /* macroblock modes */
/hardware/qcom/camera/
H A DQCamera_Intf.h216 camera_mode_t modes; member in struct:__anon2708
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c134 // certain modes are assumed to be based on 8x8 blocks.
1084 // Only do the oblique modes if the best so far is
1085 // one of the neighboring directional modes
1192 // Pick modes for each sub-block (of size 4x4, 4x8, or 8x4) in an 8x8 block.
1634 MB_PREDICTION_MODE modes[4]; member in struct:__anon1172
2081 bsi->modes[k] = mi->bmi[k].as_mode;
2114 bsi->modes[i] = ZEROMV;
2123 mode_idx = INTER_OFFSET(bsi->modes[i]);
2128 mi->bmi[i].as_mode = bsi->modes[i];
2139 mbmi->mode = bsi->modes[
[all...]

Completed in 1033 milliseconds