Searched refs:length (Results 351 - 375 of 498) sorted by relevance

<<11121314151617181920

/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr192 rpc_uint16 length;
240 rpc_uint16 length;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_common.xdr192 rpc_uint16 length;
231 rpc_uint16 length;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr192 rpc_uint16 length;
240 rpc_uint16 length;
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_common.xdr192 rpc_uint16 length;
231 rpc_uint16 length;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr192 rpc_uint16 length;
240 rpc_uint16 length;
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_common.xdr192 rpc_uint16 length;
231 rpc_uint16 length;
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_isp.h295 uint16_t length; member in struct:msm_isp_cmd
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h239 uint16_t length; member in struct:msm_isp_cmd
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_isp.h300 uint16_t length; member in struct:msm_isp_cmd
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_isp.h232 uint16_t length; member in struct:msm_isp_cmd
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_isp.h300 uint16_t length; member in struct:msm_isp_cmd
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_isp.h232 uint16_t length; member in struct:msm_isp_cmd
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp118 mVideoInfo->buf.length,
124 CAMHAL_LOGVB(" mVideoInfo->mem[%d]=%p ; mVideoInfo->buf.length = %d", i, mVideoInfo->mem[i], mVideoInfo->buf.length);
185 if (munmap(mVideoInfo->mem[i], mVideoInfo->buf.length) < 0) {
435 status_t V4LCameraAdapter::useBuffers(CameraMode mode, CameraBuffer *bufArr, int num, size_t length, unsigned int queueable) argument
/hardware/ti/omap4-aah/camera/inc/
H A DBaseCameraAdapter.h131 virtual status_t useBuffers(CameraMode mode, CameraBuffer* bufArr, int num, size_t length, unsigned int queueable);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp278 status_t OMXCameraAdapter::getPictureBufferSize(size_t &length, size_t bufferCount) argument
300 length = imgCaptureData->mBufSize;
305 length = 0;
309 CAMHAL_LOGDB("getPictureBufferSize %d", length);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp132 cache_inv_data.length =
138 LOGH("addr = %p, fd = %d, handle = %lx length = %d, ION Fd = %d",
140 (unsigned long)cache_inv_data.handle, cache_inv_data.length,
281 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
286 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
291 bufDef.planes_buf.planes[i-1].length;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp374 v4l2_buf.length = omx->handle->num_output_planes;
381 int extra_idx = EXTRADATA_IDX(v4l2_buf.length);
430 v4l2_buf.length = omx->handle->num_input_planes;
456 int extra_idx = EXTRADATA_IDX(v4l2_buf.length);
2982 plane[0].length = pmem_tmp->size;
2988 buf.length = num_output_planes;
3000 plane[extra_idx].length = size;
3183 DEBUG_PRINT_LOW("Input buffer length %u", (unsigned int)bufhdr->nFilledLen);
3189 plane[0].length = bufhdr->nAllocLen;
3208 plane[0].length
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1548 mpData[i].data = new u_char[pData[i].length];
1550 memcpy(mpData[i].data, (void*)pData[i].data, pData[i].length);
1551 mpData[i].length = pData[i].length;
2688 if (certificates[i].length > AGPS_CERTIFICATE_MAX_LENGTH) {
2689 LOC_LOGE("cert#(%u) length of %u is too big! greater than %u",
2690 certificates[i].length, AGPS_CERTIFICATE_MAX_LENGTH);
2709 const char* config_data, int32_t length)
2713 if (config_data && length > 0) {
2715 UTIL_UPDATE_CONF(config_data, length, gps_conf_tabl
2708 loc_eng_configuration_update(loc_eng_data_s_type &loc_eng_data, const char* config_data, int32_t length) argument
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1559 mpData[i].data = new u_char[pData[i].length];
1561 memcpy(mpData[i].data, (void*)pData[i].data, pData[i].length);
1562 mpData[i].length = pData[i].length;
2690 if (certificates[i].length > AGPS_CERTIFICATE_MAX_LENGTH) {
2691 LOC_LOGE("cert#(%u) length of %u is too big! greater than %u",
2692 certificates[i].length, AGPS_CERTIFICATE_MAX_LENGTH);
2711 const char* config_data, int32_t length)
2715 if (config_data && length > 0) {
2717 UTIL_UPDATE_CONF(config_data, length, gps_conf_tabl
2710 loc_eng_configuration_update(loc_eng_data_s_type &loc_eng_data, const char* config_data, int32_t length) argument
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1549 mpData[i].data = new u_char[pData[i].length];
1551 memcpy(mpData[i].data, (void*)pData[i].data, pData[i].length);
1552 mpData[i].length = pData[i].length;
2689 if (certificates[i].length > AGPS_CERTIFICATE_MAX_LENGTH) {
2690 LOC_LOGE("cert#(%u) length of %u is too big! greater than %u",
2691 certificates[i].length, AGPS_CERTIFICATE_MAX_LENGTH);
2710 const char* config_data, int32_t length)
2714 if (config_data && length > 0) {
2716 UTIL_UPDATE_CONF(config_data, length, gps_conf_tabl
2709 loc_eng_configuration_update(loc_eng_data_s_type &loc_eng_data, const char* config_data, int32_t length) argument
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1548 mpData[i].data = new u_char[pData[i].length];
1550 memcpy(mpData[i].data, (void*)pData[i].data, pData[i].length);
1551 mpData[i].length = pData[i].length;
2688 if (certificates[i].length > AGPS_CERTIFICATE_MAX_LENGTH) {
2689 LOC_LOGE("cert#(%u) length of %u is too big! greater than %u",
2690 certificates[i].length, AGPS_CERTIFICATE_MAX_LENGTH);
2709 const char* config_data, int32_t length)
2713 if (config_data && length > 0) {
2715 UTIL_UPDATE_CONF(config_data, length, gps_conf_tabl
2708 loc_eng_configuration_update(loc_eng_data_s_type &loc_eng_data, const char* config_data, int32_t length) argument
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1549 mpData[i].data = new u_char[pData[i].length];
1551 memcpy(mpData[i].data, (void*)pData[i].data, pData[i].length);
1552 mpData[i].length = pData[i].length;
2689 if (certificates[i].length > AGPS_CERTIFICATE_MAX_LENGTH) {
2690 LOC_LOGE("cert#(%u) length of %u is too big! greater than %u",
2691 certificates[i].length, AGPS_CERTIFICATE_MAX_LENGTH);
2710 const char* config_data, int32_t length)
2714 if (config_data && length > 0) {
2716 UTIL_UPDATE_CONF(config_data, length, gps_conf_tabl
2709 loc_eng_configuration_update(loc_eng_data_s_type &loc_eng_data, const char* config_data, int32_t length) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp188 v4l2_buf.length = 1;
1452 plane.length = pmem_tmp->size;
1458 buf.length = 1;
1479 plane.length = pmem_tmp->size;
1485 buf.length = 1;
1584 DEBUG_PRINT_LOW("\n Input buffer length %d",bufhdr->nFilledLen);
1600 plane.length = bufhdr->nAllocLen;
1606 buf.length = 1;
1682 plane.length = bufhdr->nAllocLen;
1688 buf.length
[all...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DSSD1327_oledSample.java129 byte[] image = new byte[SeeedLogo.length];
130 for (int i = 0; i < SeeedLogo.length; i++)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Doled_ssd1327.js178 var SeeedLogo = new LCD.uint8Array(logoArr.length);
179 for (var x = 0; x < logoArr.length; x++)

Completed in 934 milliseconds

<<11121314151617181920