Searched refs:fd (Results 376 - 400 of 557) sorted by relevance

<<11121314151617181920>>

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.h77 int fd[MAX_BUFFER_PLANE]; /* buffer FD */ member in struct:_CODEC_DEC_BUFFER
H A DExynos_OMX_Vdec.c198 ppCodecBuffer[i]->fd[j] =
283 pData->buffer.singlePlaneBuffer.fd = pInputCodecBuffer->fd[0];
316 pData->buffer.multiPlaneBuffer.fd[i] = pCodecBuffer->fd[i];
389 pSrcBuf[0] = dstOutputData->buffer.multiPlaneBuffer.fd[0];
390 pSrcBuf[1] = dstOutputData->buffer.multiPlaneBuffer.fd[1];
391 pSrcBuf[2] = dstOutputData->buffer.multiPlaneBuffer.fd[2];
412 pYUVBuf[0] = (unsigned char *)planes[0].fd;
413 pYUVBuf[1] = (unsigned char *)planes[1].fd;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.h77 int fd[MAX_BUFFER_PLANE]; /* buffer FD */ member in struct:_CODEC_ENC_BUFFER
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h696 int fd; member in struct:android::ExynosCamera::devInfo
773 int fd,
780 bool m_setZoom(int fd, int zoom, int w, int h);
781 bool m_setCrop(int fd, int w, int h, int zoom);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp1807 status_t ExynosCameraHWInterface::dump(int fd) const
1815 m_params.dump(fd, args);
1816 m_internalParams.dump(fd, args);
1823 write(fd, result.string(), result.size());
2389 int fd[3]; local
2393 fd[i] = -1;
2422 fd[0] = priv_handle->fd;
2423 fd[1] = priv_handle->u_fd;
2424 fd[
2601 int fd[3]; local
3489 int fd = open(fname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); local
4426 HAL_camera_device_dump(struct camera_device *dev, int fd) argument
[all...]
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.c65 int fd; member in struct:__anon2756
339 err = ioctl(g2d->fd, FIMG2D_BITBLT_BLIT, &blit);
389 g2d->fd = open("/dev/fimg2d", O_RDWR);
390 if (g2d->fd < 0) {
531 g2d->src.addr.fd[0] = (int)csc_handle->src_buffer.planes[0];
532 g2d->src.addr.fd[1] = (int)csc_handle->src_buffer.planes[1];
535 g2d->dst.addr.fd[0] = (int)csc_handle->dst_buffer.planes[0];
536 g2d->dst.addr.fd[1] = (int)csc_handle->dst_buffer.planes[1];
589 close(g2d->fd);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c1210 poll_events.fd = pCtx->hDec;
1255 pCtx->pInbuf[nIndex].planes[plane].fd = planes[plane].fd;
1256 ALOGV("%s: registered buf %d (addr=%p alloc_sz=%ld fd=%d)\n", __func__, nIndex,
1257 planes[plane].addr, planes[plane].allocSize, planes[plane].fd);
1293 pCtx->pOutbuf[nIndex].planes[plane].fd = planes[plane].fd;
1296 ALOGV("%s: registered buf %d 0:(addr=%p alloc_sz=%d fd=%d) 1:(addr=%p alloc_sz=%d fd=%d)\n",
1297 __func__, nIndex, planes[0].addr, planes[0].allocSize, planes[0].fd,
[all...]
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c135 RPC_OMX_ERRORTYPE RPC_RegisterBuffer(OMX_HANDLETYPE hRPCCtx, int fd, argument
143 if ((fd < 0) || (handle1 == NULL) ||
152 ion_data.fd = fd;
166 pvr_data.fd = fd;
217 int fd; local
987 pAuxBuf0 = (OMX_U8 *)(((IMG_native_handle_t*)pBuffer)->fd[0]);
1011 pAuxBuf1 = (OMX_U8 *)(((IMG_native_handle_t*)pBuffer)->fd[1]);
1081 int fd local
1398 int fd = *((int*)pAuxBuf); local
1499 int fd = *((int*)pAuxBuf); local
1580 int fd = *((int*)pAuxBuf); local
1663 int fd = *((int*)pAuxBuf); local
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp106 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = fb_fd;
208 if(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd) {
209 close(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd);
210 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = -1;
606 int fd) {
676 else if(fd >= 0) {
677 //set the acquireFD from fd - which is coming from c2d
678 acquireFd[count++] = fd;
688 fbFd = ctx->dpyAttr[dpy].fd;
701 ALOGE("%s: acq_fen_fd_cnt=%d flags=%d fd
605 hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy, int fd) argument
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp173 pfd.fd = omx->handle->m_nDriver_fd;
190 rc = ioctl(pfd.fd, VIDIOC_DQBUF, &v4l2_buf);
207 rc = ioctl(pfd.fd, VIDIOC_DQBUF, &v4l2_buf);
217 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
245 DEBUG_PRINT_ERROR("ERROR: Got fd as 0 for msm_vidc_enc, Opening again\n");
420 DEBUG_PRINT_LOW("\nvenc_close: fd = %d", m_nDriver_fd);
1251 recon_buff[count].ion_alloc_fd.fd =-1;
1252 recon_buff[count].ion_alloc_fd.fd =-1;
1255 pmem_fd = recon_buff[count].ion_alloc_fd.fd;
1293 recon_buff[count].ion_alloc_fd.fd
1565 venc_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) argument
1652 venc_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) argument
[all...]
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp171 mPollFds[i].fd = -1;
184 mPollFds[MPUIRQ_FD].fd = mpu_int_fd;
195 mPollFds[ACCELIRQ_FD].fd = accel_fd;
206 mPollFds[TIMERIRQ_FD].fd = timer_fd;
310 int cur_fd = mPollFds[i].fd;
1071 int fd = (uintptr_t) inv_get_serial_handle(); local
1072 read(fd, &irqd, sizeof(irqd));
1082 ioctl(fd, MPU_PM_EVENT_HANDLED, 0);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c71 * @fd: File descriptor for buffer file.
76 int inv_read_buffer(int fd, long *data, long long *timestamp) argument
81 count = read(fd, str, sizeof(str));
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c65 * @fd: File descriptor for buffer file.
70 int inv_read_buffer(int fd, long *data, long long *timestamp) argument
75 count = read(fd, str, sizeof(str));
/hardware/libhardware/include/hardware/
H A Daudio.h209 int (*dump)(const struct audio_stream *stream, int fd);
604 int (*dump)(const struct audio_hw_device *dev, int fd);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h25 int fd; member in struct:pcm
128 int fd; member in struct:mixer
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdpRot.cpp167 ALOGE("Mdp Rot error endRotator, fd=%d sessId=%u",
173 ALOGE("Mdp Rot error closing fd");
220 bool MdpRot::queueBuffer(int fd, uint32_t offset) { argument
222 mRotDataInfo.src.memory_id = fd;
H A DoverlayMdssRot.cpp134 bool MdssRot::queueBuffer(int fd, uint32_t offset) { argument
136 mRotData.data.memory_id = fd;
211 ALOGE("MdssRot::close unsetOverlay failed, fd=%d sessId=%d",
218 ALOGE("Mdss Rot error closing fd");
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp246 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) { argument
251 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) {
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdpRot.cpp186 ALOGE("Mdp Rot error endRotator, fd=%d sessId=%u",
192 ALOGE("Mdp Rot error closing fd");
239 bool MdpRot::queueBuffer(int fd, uint32_t offset) { argument
241 mRotDataInfo.src.memory_id = fd;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp182 ALOGE("Mdp Rot error endRotator, fd=%d sessId=%u",
188 ALOGE("Mdp Rot error closing fd");
233 bool MdpRot::queueBuffer(int fd, uint32_t offset) { argument
235 mRotDataInfo.src.memory_id = fd;
H A DoverlayMdssRot.cpp130 bool MdssRot::queueBuffer(int fd, uint32_t offset) { argument
132 mRotData.data.memory_id = fd;
212 ALOGE("MdssRot::close unsetOverlay failed, fd=%d sessId=%d",
219 ALOGE("Mdss Rot error closing fd");
/hardware/qcom/display/msm8974/liboverlay/
H A Doverlay.h83 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
108 static bool displayCommit(const int& fd);
H A DoverlayMdpRot.cpp167 ALOGE("Mdp Rot error endRotator, fd=%d sessId=%u",
173 ALOGE("Mdp Rot error closing fd");
218 bool MdpRot::queueBuffer(int fd, uint32_t offset) { argument
220 mRotDataInfo.src.memory_id = fd;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h171 int fd; member in struct:msm_audio_ion_info
176 int fd; member in struct:msm_audio_pmem_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h179 int fd; member in struct:msm_audio_ion_info
184 int fd; member in struct:msm_audio_pmem_info

Completed in 1686 milliseconds

<<11121314151617181920>>