Searched defs:type (Results 51 - 75 of 308) sorted by relevance

1234567891011>>

/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlaneManager.cpp97 ELOGTRACE("failed to allocate plane %d, type %d", j, i);
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index) argument
158 if (type < 0 || type >= DisplayPlane::PLANE_MAX) {
159 ELOGTRACE("Invalid plane type %d", type);
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
165 return mPlanes[type].itemAt(freePlaneIndex);
167 freePlaneIndex = getPlane(mFreePlanes[type], index);
169 return mPlanes[type]
174 getAnyPlane(int type) argument
197 int type; local
212 isFreePlane(int type, int index) argument
226 getFreePlanes(int dsp, int type) argument
262 int type = plane.getType(); local
[all...]
/hardware/libhardware/modules/camera/
H A DVendorTags.cpp38 uint8_t type; member in struct:default_camera_hal::__anon1327::Entry
186 return entry->type;
/hardware/qcom/audio/hal/
H A Dplatform_info.c66 * <usecase name="???" type="in/out" id="???"/>
94 if (strcmp(attr[2], "type") != 0) {
95 ALOGE("%s: usecase type not mentioned", __func__);
99 int type = -1; local
102 type = 1;
104 type = 0;
106 ALOGE("%s: type must be IN or OUT", __func__);
117 if (platform_set_usecase_pcm_id(index, type, id) < 0) {
118 ALOGE("%s: usecase %s in %s, type %d id %d was not set!",
119 __func__, attr[1], PLATFORM_INFO_XML_PATH, type, i
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.cpp34 int type = getRotatorHwType(); local
35 if(type == TYPE_MDP) {
37 } else if(type == TYPE_MDSS) {
40 ALOGE("%s Unknown h/w type %d", __FUNCTION__, type);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayRotator.cpp35 int type = getRotatorHwType(); local
36 if(type == TYPE_MDP) {
38 } else if(type == TYPE_MDSS) {
41 ALOGE("%s Unknown h/w type %d", __FUNCTION__, type);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.cpp35 int type = getRotatorHwType(); local
36 if(type == TYPE_MDP) {
38 } else if(type == TYPE_MDSS) {
41 ALOGE("%s Unknown h/w type %d", __FUNCTION__, type);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.cpp87 ovutils::eMdpPipeType type = ovutils::OV_MDP_PIPE_ANY; local
90 type = ovutils::OV_MDP_PIPE_DMA;
92 ovutils::eDest dest = ov.nextPipe(type, mDpy, Overlay::MIXER_DEFAULT);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayRotator.cpp35 int type = getRotatorHwType(); local
36 if(type == TYPE_MDP) {
38 } else if(type == TYPE_MDSS) {
41 ALOGE("%s Unknown h/w type %d", __FUNCTION__, type);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h80 ctrl_if_req_type_e_type type; member in struct:ctrl_msg_if_request
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h80 ctrl_if_req_type_e_type type; member in struct:ctrl_msg_if_request
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h349 u16 type; /* one of the section types below */ member in struct:LDR_SECTION_INFO
352 uint16_t type; /* one of the section types below */ member in struct:LDR_SECTION_INFO
356 u16 type;*/ /* one of the section types below */
359 uint16_t type;*//* one of the section types below */
372 /* use this macro to extract type of section from LDR_SECTION_INFO.type field */
375 /* type of section to be allocated */
379 /* internal use only, run-time cinit will be of type DLOAD_DATA */
/hardware/ti/omap4-aah/camera/
H A DSensorListener.cpp47 if (sen_events[i].type == android::Sensor::TYPE_ACCELEROMETER) {
80 } else if (sen_events[i].type == android::Sensor::TYPE_GYROSCOPE) {
194 void SensorListener::enableSensor(sensor_type_t type) { argument
202 if ((type & SENSOR_ORIENTATION) && !(sensorsEnabled & SENSOR_ORIENTATION)) {
217 void SensorListener::disableSensor(sensor_type_t type) { argument
225 if ((type & SENSOR_ORIENTATION) && (sensorsEnabled & SENSOR_ORIENTATION)) {
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp49 if (sen_events[i].type == Sensor::TYPE_ACCELEROMETER) {
82 } else if (sen_events[i].type == Sensor::TYPE_GYROSCOPE) {
196 void SensorListener::enableSensor(sensor_type_t type) { argument
204 if ((type & SENSOR_ORIENTATION) && !(sensorsEnabled & SENSOR_ORIENTATION)) {
215 void SensorListener::disableSensor(sensor_type_t type) { argument
223 if ((type & SENSOR_ORIENTATION) && (sensorsEnabled & SENSOR_ORIENTATION)) {
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c191 dhd_get_dev_type(char *name, void *buf, char *type) argument
202 /* get device type */
206 strcat(info.driver, type);
302 /* Search and verify the request type of adapter (wl or dhd)
307 dhd_find(struct ifreq *ifr, char *type) argument
329 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
330 !strncmp(dev_type, type, strlen(dev_type) - 1))
631 DPRINT_ERR(ERR, "%s: Unrecognized command \"%s\", type -h for help\n",
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11e.h50 uint8 type; /* WME_TYPE */ member in struct:tspec
/hardware/intel/bootstub/
H A Dmb.h120 u32 type; member in struct:__anon186
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.cpp291 LOG_I("Config type = %d\n", (int)videoEncParams->type);
298 switch (videoEncParams->type) {
346 LOG_I("Config type = %d\n", (int)videoEncParams->type);
348 switch (videoEncParams->type) {
407 int32_t type; local
415 imb.GetType((::IntelMetadataBufferType&)type);
/hardware/intel/common/libva/va/
H A Dva_fool.c80 /* all buffers with same type share one malloc-ed memory
81 * bufferID = (buffer numbers with the same type << 8) || type
218 VABufferType type, /* in */
229 old_size = fool_ctx->fool_buf_size[type] * fool_ctx->fool_buf_element[type];
232 fool_ctx->fool_buf[type] = realloc(fool_ctx->fool_buf[type], new_size);
234 fool_ctx->fool_buf_size[type] = size;
235 fool_ctx->fool_buf_element[type]
215 va_FoolCreateBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferType type, unsigned int size, unsigned int num_elements, void __maybe_unused *data, VABufferID *buf_id ) argument
246 va_FoolBufferInfo( VADisplay dpy, VABufferID buf_id, VABufferType *type, unsigned int *size, unsigned int *num_elements ) argument
[all...]
/hardware/intel/common/libva/va/x11/
H A Dva_dri2str.h76 BYTE type; /* X_Reply */ member in struct:__anon389
99 BYTE type; /* X_Reply */ member in struct:__anon391
122 BYTE type; /* X_Reply */ member in struct:__anon393
161 BYTE type; /* X_Reply */ member in struct:__anon397
186 BYTE type; /* X_Reply */ member in struct:__anon399
214 BYTE type; /* X_Reply */ member in struct:__anon401
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtokenize.c195 int type, /* which plane: 0=Y no DC, 1=Y2, 2=UV, 3=Y with DC */
225 c = type ? 0 : 1;
231 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt];
234 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
247 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt];
249 ++x->coef_counts [type] [c] [pt] [token];
265 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
268 ++x->coef_counts [type] [band] [pt] [token];
277 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
280 ++x->coef_counts [type] [ban
191 tokenize1st_order_b( MACROBLOCK *x, TOKENEXTRA **tp, int type, VP8_COMP *cpi ) argument
430 int type, band, pt, t; local
518 stuff1st_order_b( TOKENEXTRA **tp, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int type, VP8_COMP *cpi, MACROBLOCK *x ) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropy.h70 block type is 0), we look at the (already encoded) blocks above and to the
177 PLANE_TYPE type, int block_idx) {
180 if (is_inter_block(&mi->mbmi) || type != PLANE_TYPE_Y || xd->lossless) {
176 get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, PLANE_TYPE type, int block_idx) argument
H A Dvp9_entropymv.h40 static INLINE int mv_joint_vertical(MV_JOINT_TYPE type) { argument
41 return type == MV_JOINT_HZVNZ || type == MV_JOINT_HNZVNZ;
44 static INLINE int mv_joint_horizontal(MV_JOINT_TYPE type) { argument
45 return type == MV_JOINT_HNZVZ || type == MV_JOINT_HNZVNZ;
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h77 ISV_BUFFERTYPE type, uint32_t flag)
86 mType(type),
93 ISV_BUFFERTYPE type,
103 mType(type),
73 ISVBuffer(sp<ISVWorker> worker, unsigned long buffer, unsigned long grallocHandle, uint32_t width, uint32_t height, uint32_t stride, uint32_t colorFormat, ISV_BUFFERTYPE type, uint32_t flag) argument
91 ISVBuffer(sp<ISVWorker> worker, unsigned long buffer, ISV_BUFFERTYPE type, uint32_t flag) argument
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.cpp120 void HwcLayer::setType(uint32_t type) argument
125 switch (type) {
148 mType = type;
156 void HwcLayer::setCompositionType(int32_t type) argument
158 mLayer->compositionType = type;
/hardware/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp24 PhysicalDevice::PhysicalDevice(uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm) argument
25 : mType(type),
39 switch (type) {
396 ELOGTRACE("invalid device type");

Completed in 811 milliseconds

1234567891011>>