Searched refs:write (Results 126 - 150 of 179) sorted by relevance

12345678

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c18 * License along with this library; if not, write to the Free Software
1088 nRet = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
1090 OMX_PRCOMM4(pComponentPrivate->dbg, "Failed to write into nCmdPipe\n");
1096 nRet = write(pComponentPrivate->nCmdDataPipe[1], &pCmdData, sizeof(OMX_PTR));
1098 OMX_PRCOMM4(pComponentPrivate->dbg, "Failed to write into nCmdDataPipe, eCmd = MarkBuf\n");
1102 nRet = write(pComponentPrivate->nCmdDataPipe[1], &nParam, sizeof(nParam));
1103 OMX_PRCOMM2(pComponentPrivate->dbg, "write param %lu to pipe\n", nParam);
1105 OMX_PRCOMM4(pComponentPrivate->dbg, "Failed to write into nCmdDataPipe\n");
1878 nRet = write (pComponentPrivate->nFilled_inpBuf_Q[1], &(pBuffHead), sizeof(pBuffHead));
1972 nRet = write (pComponentPrivat
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c18 * License along with this library; if not, write to the Free Software
615 err = write (pComponentPrivate->cmdPipe[1], &stop, sizeof(OMX_COMMANDTYPE));
928 write(pComponentPrivate->nFilled_iPipe[1], &(pBufHeader), sizeof(pBufHeader));
949 write(pComponentPrivate->nFree_oPipe[1],&pBufHeader,sizeof(OMX_BUFFERHEADERTYPE*));
2247 VPP_DPRINT("write %d bytes to mytestcvnew.raw\n", pBufHeader->nFilledLen);
2665 * Callback() function will be called LCML component to write the msg
3557 write (pComponentPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
3558 write (pComponentPrivate->nCmdDataPipe[1], &(pComponentPrivate->toState) ,sizeof(OMX_U32));
3577 write (pComponentPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
3578 write (pComponentPrivat
[all...]
H A DOMX_VPP.c18 * License along with this library; if not, write to the Free Software
975 /*if invalid port, send error, and don't write to any pipe*/
1005 nRet = write (pComponentPrivate->cmdPipe[1], &Cmd, sizeof(OMX_COMMANDTYPE));
1018 nRet = write (pComponentPrivate->nCmdDataPipe[1], &nParam, sizeof(OMX_U32));
2166 nRet = write(pComponentPrivate->nFilled_iPipe[1],&pBufHdr, sizeof(OMX_BUFFERHEADERTYPE*));
2295 nRet = write(pComponentPrivate->nFree_oPipe[1],&pBufferHdr,sizeof(OMX_BUFFERHEADERTYPE*));
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp150 data.write(*(smem->gbuffer));
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c18 * License along with this library; if not, write to the Free Software
950 nRet = write(pCompPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
966 nRet = write(pCompPrivate->nCmdDataPipe[1], &nParam, sizeof(nParam));
1796 OMX_PRCOMM2(pComponentPrivate->dbg, "EmptyThisBuffer: write to the queue %p \n", pBuffHead);
1798 ret = write (pComponentPrivate->filled_inpBuf_Q[1], &(pBuffHead),sizeof(pBuffHead));
1898 OMX_PRCOMM2(pComponentPrivate->dbg, "FillThisBuffer: write to the queue %p \n", pBuffHead);
1899 err = write (pComponentPrivate->free_outBuf_Q[1], &(pBuffHead), sizeof (pBuffHead));
H A DOMX_JpegEnc_Utils.c18 * License along with this library; if not, write to the Free Software
448 pipeError = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
454 pipeError = write(pComponentPrivate->nCmdDataPipe[1], &nParam, sizeof(nParam));
2850 * Callback() function will be called LCML component to write the msg
3185 write (pComponentPrivate->nCmdPipe[1], &Cmd, sizeof(Cmd));
3186 write (pComponentPrivate->nCmdDataPipe[1], &(pComponentPrivate->nToState) ,sizeof(OMX_U32));
3204 write (pComponentPrivate->nCmdPipe[1], &Cmd, sizeof(Cmd));
3205 write (pComponentPrivate->nCmdDataPipe[1], &(pComponentPrivate->nToState) ,sizeof(OMX_U32));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm26 ; macro for validating write buffer position
H A Dvp8_packtokens_armv5.asm24 ; macro for validating write buffer position
H A Dvp8_packtokens_mbrow_armv5.asm24 ; macro for validating write buffer position
H A Dvp8_packtokens_partitions_armv5.asm23 ; macro for validating write buffer position
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c578 write(pAppData->eventPipe[1], &pEventPrivate, sizeof(pEventPrivate));
599 write(pAppData->OpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
619 write(pAppData->IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp592 if (size != write(fd, buff, size))
639 if (size != write(fd, buff, size))
737 if (size != write(fd, buff, size))
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c608 ALOGD("%s: null handle to write - device already closed",__func__);
755 out->stream.write = out_write;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm812 ;# no vertical filter, so write the output from the first pass
919 ;# always write to the stack when doing a horizontal copy
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_intrapred_ssse3.asm253 ; write 4x4 lines (and the first half of the second 4x4 lines)
281 ; write second half of second 4x4 lines
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c511 out->stream.write = out_write;
/hardware/ril/reference-ril/
H A Dreference-ril.c1680 written = write (fd, cmd + cur, len - cur);
3316 if ( write(fd, "gsm", 3) != 3 ||
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c18 * License along with this library; if not, write to the Free Software
2099 * Callback() function will be called LCML component to write the msg
2273 * component to write the msg
2832 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
2833 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c18 * License along with this library; if not, write to the Free Software
1821 * component to write the msg
1901 * G711ENC_LCMLCallback() will be called LCML component to write the msg
2669 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
2670 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c18 * License along with this library; if not, write to the Free Software
1672 /*ret = write (pComponentPrivate->lcml_Pipe[1], &pLcmlHdr, sizeof(pLcmlHdr)); */
1708 /*ret = write (pComponentPrivate->lcml_Pipe[1], &pLcmlHdr, sizeof(pLcmlHdr));*/
2570 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
2571 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c18 * License along with this library; if not, write to the Free Software
1590 * component to write the msg
1656 * G726ENC_LCMLCallback() will be called LCML component to write the msg
2269 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
2270 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c18 * License along with this library; if not, write to the Free Software
1706 * Callback() function will be called LCML component to write the msg
2517 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
2518 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c18 * License along with this library; if not, write to the Free Software
1787 * component to write the msg
1859 * G729ENC_LCMLCallback() will be called LCML component to write the msg
2729 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
2730 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp615 write(fd, bf, width);
621 write(fd, bf, stride);
/hardware/intel/img/libdrm/
H A Dconfig.guess19 # along with this program; if not, write to the Free Software
1403 # eval: (add-hook 'write-file-hooks 'time-stamp)

Completed in 807 milliseconds

12345678