Searched defs:type (Results 151 - 175 of 308) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp141 vaAttrib_tmp[0].type = VAConfigAttribRTFormat;
142 vaAttrib_tmp[1].type = VAConfigAttribRateControl;
143 vaAttrib_tmp[2].type = VAConfigAttribEncAutoReference;
144 vaAttrib_tmp[3].type = VAConfigAttribEncPackedHeaders;
145 vaAttrib_tmp[4].type = VAConfigAttribEncMaxRefFrames;
146 vaAttrib_tmp[5].type = VAConfigAttribEncRateControlExt;
154 vaAttrib[vaAttribNumber].type = VAConfigAttribRTFormat;
159 vaAttrib[vaAttribNumber].type = VAConfigAttribRateControl;
163 vaAttrib[vaAttribNumber].type = VAConfigAttribEncAutoReference;
169 vaAttrib[vaAttribNumber].type
1637 IntelMetadataBufferType type; local
[all...]
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c578 char *type; local
582 forcc.type =VASurfaceAttribPixelFormat;
584 forcc.value.type=VAGenericValueTypeInteger;
605 attrib.type = VAConfigAttribRTFormat;
645 type = "VA_FOURCC_IMC3";
653 type = "VA_FOURCC_422H";
661 type = "VA_FOURCC_444P";
668 type = "VA_FOURCC_411P";
676 type = "VA_FOURCC_422V";
684 type
[all...]
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_common.c134 if (v1->type != v2->type)
137 switch (v1->type) {
237 lookup_surface_attrib(VASurfaceAttribType type, const VAGenericValue *value) argument
246 if (surface_attrib->type != type)
269 s_attrib->type = VASurfaceAttribPixelFormat;
271 s_attrib->value.type = VAGenericValueTypeInteger;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c224 static void optimize_b(MACROBLOCK *mb, int ib, int type, argument
256 int err_mult = plane_rd_mult[type];
272 i0 = !type;
314 mb->token_costs[type][band][pt][tokens[next][0].token];
316 mb->token_costs[type][band][pt][tokens[next][1].token];
373 rate0 += mb->token_costs[type][band][pt][
379 rate1 += mb->token_costs[type][band][pt][
420 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
425 tokens[next][1].rate += mb->token_costs[type][band][0][t1];
441 rate0 += mb->token_costs[type][ban
468 check_reset_2nd_coeffs(MACROBLOCKD *x, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) argument
509 int type; local
552 int type; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c320 const INTERP_FILTER type = local
324 ++cm->counts.switchable_interp[ctx][type];
325 return type;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c126 PLANE_TYPE type = pd->plane_type; local
127 int err_mult = plane_rd_mult[type];
133 const scan_order *so = get_scan(xd, tx_size, type, block);
137 assert((!type && !plane) || (type && plane));
176 mb->token_costs[tx_size][type][ref][band][0][pt]
179 mb->token_costs[tx_size][type][ref][band][0][pt]
225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
230 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt]
262 mb->token_costs[tx_size][type][re
[all...]
H A Dvp9_tokenize.c223 const PLANE_TYPE type = pd->plane_type; local
230 cpi->coef_counts[tx_size][type][ref];
232 cpi->common.fc.coef_probs[tx_size][type][ref];
234 cpi->common.counts.eob_branch[tx_size][type][ref];
244 so = get_scan(xd, tx_size, type, block);
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp746 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: OMX_EventCmdComplete Cmd type 0x%08x, data2 %d", __func__,
838 void ISVComponent::SetTypeHeader(OMX_PTR type, OMX_U32 size) argument
843 if (!type)
846 nsize = (OMX_U32 *)type;
847 nversion = (OMX_VERSIONTYPE *)((OMX_U8 *)type + sizeof(OMX_U32));
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalZone.java38 protected int mCurrEventType; /* specifies thermal event type, HIGH or LOW */
201 public static String getEventTypeAsString(int type) { argument
202 return type == 0 ? "LOW" : "HIGH";
245 public void setEventType(int type) { argument
246 mCurrEventType = type;
285 public void setZoneLogic(String type) { argument
286 mZoneLogic = type;
/hardware/libhardware/include/hardware/
H A Dcamera3.h1088 * OUTPUT type of stream.
1157 * The type of the camera stream, which defines whether the camera HAL device is
1243 * The type of the stream, one of the camera3_stream_type_t values.
1387 * that is determined by its parent stream type and how the buffer is passed to
1541 * Indicates the type of message sent, which specifies which member of the
1664 * The message type. One of camera3_notify_msg_type, or a private extension.
1666 int type; member in struct:camera3_notify_msg
1670 * Error message contents. Valid if type is CAMERA3_MSG_ERROR
1675 * Shutter message contents. Valid if type is CAMERA3_MSG_SHUTTER
2486 int type);
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate) argument
93 ALOGD("getCap for %s",type);
123 str_start = strstr(read_buf, type);
125 ALOGE("ERROR:%s section not found in usb config file", type);
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.cpp113 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { argument
117 if( (type == OV_MDP_PIPE_ANY || //Pipe type match
118 type == PipeBook::getPipeType((eDest)i)) &&
149 ALOGD_IF(PIPE_DEBUG, "Pipe unavailable type=%d display=%d mixer=%d",
150 (int)type, dpy, mixer);
260 bool Overlay::isPipeTypeAttached(eMdpPipeType type) { argument
262 if(type == PipeBook::getPipeType((eDest)i) &&
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp113 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { argument
117 if( (type == OV_MDP_PIPE_ANY || //Pipe type match
118 type == PipeBook::getPipeType((eDest)i)) &&
149 ALOGD_IF(PIPE_DEBUG, "Pipe unavailable type=%d display=%d mixer=%d",
150 (int)type, dpy, mixer);
264 bool Overlay::isPipeTypeAttached(eMdpPipeType type) { argument
266 if(type == PipeBook::getPipeType((eDest)i) &&
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DLocEngAdapter.h164 LocServerType type)
166 return mLocApi->setServer(ip, port, type);
163 setServer(unsigned int ip, int port, LocServerType type) argument
H A Dloc.cpp92 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
126 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
128 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info);
495 Assumes the aiding data type specified in GpsAidingData matches with
738 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) argument
742 switch (type) {
859 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
861 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) {} argument
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h84 * @type: type of the heap from ion_heap_type enum
90 * @memory_type:Memory type used for the heap
92 * @extra_data: Extra data specific to each heap type
96 enum ion_heap_type type; member in struct:ion_platform_heap
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_vidc.h26 unsigned int type; member in struct:msm_vidc_extradata_header
92 unsigned int type; member in struct:msm_vidc_extradata_index
115 unsigned int type; member in struct:msm_vidc_stream_userdata_payload
H A Dmsmb_camera.h120 enum v4l2_buf_type type; member in struct:msm_v4l2_format_data
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_camera.h57 /* event type */
136 enum v4l2_buf_type type; member in struct:msm_v4l2_format_data
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_camera.h124 enum v4l2_buf_type type; member in struct:msm_v4l2_format_data
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_camera.h61 /* event type */
140 enum v4l2_buf_type type; member in struct:msm_v4l2_format_data
/hardware/ril/reference-ril/
H A Datchannel.c284 RLOGE("Unsupported AT command type %d\n", s_type);
669 static int at_send_command_full_nolock (const char *command, ATCommandType type, argument
689 s_type = type;
744 static int at_send_command_full (const char *command, ATCommandType type, argument
757 err = at_send_command_full_nolock(command, type,
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp618 unsigned short type,
624 memcpy(*pCur, &type, 2);
634 unsigned short type,
643 memcpy(*pCur, &type, 2);
653 unsigned short type,
661 memcpy(*pCur, &type, 2);
673 unsigned short type,
681 memcpy(*pCur, &type, 2);
616 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned int value) argument
632 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue) argument
651 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue, unsigned int *offset, unsigned char *start) argument
671 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, rational_t *pValue, unsigned int *offset, unsigned char *start) argument
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp604 unsigned short type,
610 memcpy(*pCur, &type, 2);
620 unsigned short type,
629 memcpy(*pCur, &type, 2);
639 unsigned short type,
647 memcpy(*pCur, &type, 2);
659 unsigned short type,
667 memcpy(*pCur, &type, 2);
602 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned int value) argument
618 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue) argument
637 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, unsigned char *pValue, unsigned int *offset, unsigned char *start) argument
657 writeExifIfd(unsigned char **pCur, unsigned short tag, unsigned short type, unsigned int count, rational_t *pValue, unsigned int *offset, unsigned char *start) argument
/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp302 // only supporting one type of input frame
442 mBuffers[i].type = CAMERA_BUFFER_ANW;
549 newBuffers[index].type = mBuffers[value].type;
573 newBuffers[index].type = CAMERA_BUFFER_ANW;
596 newBuffers[index].type = mBuffers[j].type;
653 mBuffers[0].type = CAMERA_BUFFER_ANW;
931 CameraFrame::FrameType type; local

Completed in 750 milliseconds

1234567891011>>