/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.c | 299 ssize_t FwdLockFile_read(int fileDesc, void *pBuffer, size_t numBytes) { 307 numBytesRead = read(pSession->fileDesc, pBuffer, numBytes); 309 FwdLockFile_DecryptByte(pSession, &((unsigned char *)pBuffer)[i]);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.cpp | 346 const void *inData = inHeader->pBuffer + inHeader->nOffset; 402 uint8_t *outPtr = outHeader->pBuffer + outHeader->nOffset; 439 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.cpp | 307 const OMX_S16 * const pcm16 = reinterpret_cast<OMX_S16 *>(inHeader->pBuffer); 378 memcpy(outHeader->pBuffer + outHeader->nOffset + outHeader->nFilledLen, 393 memcpy(outHeader->pBuffer + outHeader->nOffset, buffer, bytes);
|
/frameworks/wilhelm/src/itf/ |
IOutputMixExt.c | 169 void IOutputMixExt_FillBuffer(SLOutputMixExtItf self, void *pBuffer, SLuint32 size) 209 void *dstWriter = pBuffer; 328 memset(pBuffer, 0, size);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
OMX_AacDec_Utils.h | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
OMX_Mp3Dec_Utils.h | 969 * @param *pBuffer This is the data buffer pointer. [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | 799 OMX_BUFFERHEADERTYPE* pBuffer) 802 write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer)); 816 ReadFile(fIn, pBuf->pBuffer, lSize, &nRead, NULL); 818 nRead = fread(pBuf->pBuffer,1, buffSize , fIn); [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | 505 static void dataBufferInit(DataBuffer *pBuffer, int nCapacity){ 507 pBuffer->nData = 0; 508 pBuffer->nCapacity = nCapacity; 509 pBuffer->pData = nCapacity==0 ? NULL : sqlite3_malloc(nCapacity); 511 static void dataBufferReset(DataBuffer *pBuffer){ 512 pBuffer->nData = 0; 514 static void dataBufferDestroy(DataBuffer *pBuffer){ 515 if( pBuffer->pData!=NULL ) sqlite3_free(pBuffer->pData); 516 SCRAMBLE(pBuffer); [all...] |
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | [all...] |
/external/aac/libMpegTPDec/include/ |
tpdec_lib.h | 360 * So it grabs whatever it can from pBuffer and returns information (bytesValid) so that at a 361 * subsequent call of %transportDec_FillData(), the right position in pBuffer can be determined to 365 * \param pBuffer Pointer to external input buffer. 367 * we need the information to calculate the offset to pBuffer, where the next 369 * as possible). Our example framework implementation fills the buffer at pBuffer 379 UCHAR *pBuffer,
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngine.h | 449 void* pBuffer,
|
/frameworks/av/media/libstagefright/omx/ |
SimpleSoftOMXComponent.cpp | 200 (*header)->pBuffer = ptr; 284 CHECK(header->pPlatformPrivate == header->pBuffer); 286 delete[] header->pBuffer; 287 header->pBuffer = NULL;
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_msm8974.cpp | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/ |
Exynos_OMX_Adec.c | 52 OMX_IN OMX_U8 *pBuffer) 106 temp_bufferHeader->pBuffer = pBuffer; 205 temp_bufferHeader->pBuffer = temp_buffer; 282 if (pExynosPort->extendBufferHeader[i].OMXBufferHeader->pBuffer == pBufferHdr->pBuffer) { 284 Exynos_OSAL_Free(pExynosPort->extendBufferHeader[i].OMXBufferHeader->pBuffer); 285 pExynosPort->extendBufferHeader[i].OMXBufferHeader->pBuffer = NULL; 286 pBufferHdr->pBuffer = NULL; 567 pExynosPort->processData.buffer.singlePlaneBuffer.dataBuffer = dataBuffer->bufferHeader->pBuffer; [all...] |
/external/sonivox/arm-fm-22k/host_src/ |
eas_hostmm.c | 275 EAS_RESULT EAS_HWReadFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) 290 EAS_HWMemCpy(pBuffer, &file->buffer[file->filePos], count);
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_hostmm.c | 275 EAS_RESULT EAS_HWReadFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) 290 EAS_HWMemCpy(pBuffer, &file->buffer[file->filePos], count);
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_hostmm.c | 311 EAS_RESULT EAS_HWReadFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) 332 count = read(file->fd, pBuffer, count);
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPreviewController.cpp | 417 mFrameStr.pBuffer = M4OSA_NULL; 710 if(mFrameStr.pBuffer != M4OSA_NULL) { 711 free(mFrameStr.pBuffer); 712 mFrameStr.pBuffer = M4OSA_NULL; 837 err = applyVideoRotation((M4OSA_Void *)pFrameStr->pBuffer, 902 err = applyVideoEffect((M4OSA_Void *)pFrameStr->pBuffer, [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.cpp | 148 inPicture.pStream = inHeader->pBuffer + inHeader->nOffset; 267 memcpy(outHeader->pBuffer + outHeader->nOffset,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s | 367 M_ALLOC8 pBuffer, 32 380 M_ADR pDelta,pBuffer
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s | 193 M_ALLOC8 pBuffer, 32 206 M_ADR pDelta,pBuffer
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Dec_Utils.h | 819 OMX_ERRORTYPE G711DECGetCorresponding_LCMLHeader(OMX_U8 *pBuffer, 850 OMX_U32 G711DEC_IsValid(G711DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U8 *pBuffer, OMX_DIRTYPE eDir) ;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 760 * @param *pBuffer This is the data buffer pointer. 777 OMX_U8 *pBuffer, 845 OMX_U32 G722DEC_IsValid (G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U8 *pBuffer, OMX_DIRTYPE eDir) ;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_Utils.h | 888 * @param *pBuffer This is the data buffer pointer. 905 OMX_U8 *pBuffer, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
OMX_G726Enc_Utils.h | 786 OMX_U8 *pBuffer, 963 * @param pBuffer Data buffer 972 OMX_U8 *pBuffer, [all...] |