Searched defs:dataSize (Results 1 - 12 of 12) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.h55 int dataSize; // Data length member in struct:_SRP_DEC_INPUT_BUFFER
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.h74 int dataSize; /* total data length */ member in struct:_CODEC_DEC_BUFFER
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.h78 int dataSize; /* total data length */ member in struct:_CODEC_ENC_BUFFER
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c224 pVideoPlane->dataSize = 0;
242 pVideoPlane->dataSize = 0;
880 pVideoPlane->dataSize = 0;
999 pVideoPlane->dataSize = 0;
1377 unsigned int dataSize[],
1430 buf.m.planes[i].bytesused = dataSize[i];
1441 buf.m.planes[i].bytesused = dataSize[i];
1463 unsigned int dataSize[],
1514 buf.m.planes[i].bytesused = dataSize[i];
1374 MFC_Decoder_Enqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1460 MFC_Decoder_Enqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c232 pVideoPlane->dataSize = 0;
250 pVideoPlane->dataSize = 0;
1222 pVideoPlane->dataSize = 0;
1345 pVideoPlane->dataSize = 0;
1771 unsigned int dataSize[],
1824 buf.m.planes[i].bytesused = dataSize[i];
1829 buf.m.planes[i].bytesused = dataSize[i];
1851 unsigned int dataSize[],
1902 buf.m.planes[i].bytesused = dataSize[i];
1930 unsigned int dataSize[VIDEO_BUFFER_MAX_PLANE local
1768 MFC_Encoder_Enqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1848 MFC_Encoder_Enqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
2123 MFC_Encoder_ExtensionEnqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c110 static OMX_ERRORTYPE GetCodecInputPrivateData(OMX_PTR codecBuffer, void *pVirtAddr, OMX_U32 *dataSize) argument
1481 pVideoDec->pMFCDecInputBuffer[i]->dataSize = 0;
1733 pVideoDec->pMFCDecInputBuffer[i]->dataSize = 0;
1850 pDstOutputData->dataLen += pVideoBuffer->planes[plane].dataSize;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c63 static OMX_ERRORTYPE GetCodecInputPrivateData(OMX_PTR codecBuffer, void *pVirtAddr, OMX_U32 *dataSize) argument
1209 pVideoDec->pMFCDecInputBuffer[i]->dataSize = 0;
1454 pVideoDec->pMFCDecInputBuffer[i]->dataSize = 0;
1571 pDstOutputData->dataLen += pVideoBuffer->planes[plane].dataSize;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c122 static OMX_ERRORTYPE GetCodecInputPrivateData(OMX_PTR codecBuffer, void *pVirtAddr, OMX_U32 *dataSize) argument
1617 pVideoDec->pMFCDecInputBuffer[i]->dataSize = 0;
1862 pVideoDec->pMFCDecInputBuffer[i]->dataSize = 0;
1979 pDstOutputData->dataLen += pVideoBuffer->planes[plane].dataSize;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c381 OMX_ERRORTYPE GetCodecOutputPrivateData(OMX_PTR codecBuffer, OMX_PTR *pVirtAddr, OMX_U32 *dataSize) argument
396 if (dataSize != NULL)
397 *dataSize = pCodecBuffer->planes[0].allocSize;
990 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "dst:0x%x, src:0x%x, dataSize:%d",
993 pVideoBuffer->planes[0].dataSize);
994 Exynos_OSAL_Memcpy(OMXBuffer->pBuffer, pVideoBuffer->planes[0].addr, pVideoBuffer->planes[0].dataSize);
995 OMXBuffer->nFilledLen = pVideoBuffer->planes[0].dataSize;
1577 pVideoEnc->pMFCEncInputBuffer[i]->dataSize = 0;
1869 pVideoEnc->pMFCEncInputBuffer[i]->dataSize = 0;
1955 pDstOutputData->dataLen = pVideoBuffer->planes[0].dataSize;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c503 OMX_ERRORTYPE GetCodecOutputPrivateData(OMX_PTR codecBuffer, OMX_PTR *pVirtAddr, OMX_U32 *dataSize) argument
518 if (dataSize != NULL)
519 *dataSize = pCodecBuffer->planes[0].allocSize;
1125 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "dst:0x%x, src:0x%x, dataSize:%d",
1128 pVideoBuffer->planes[0].dataSize);
1129 Exynos_OSAL_Memcpy(OMXBuffer->pBuffer, pVideoBuffer->planes[0].addr, pVideoBuffer->planes[0].dataSize);
1130 OMXBuffer->nFilledLen = pVideoBuffer->planes[0].dataSize;
1787 pVideoEnc->pMFCEncInputBuffer[i]->dataSize = 0;
2079 pVideoEnc->pMFCEncInputBuffer[i]->dataSize = 0;
2165 pDstOutputData->dataLen = pVideoBuffer->planes[0].dataSize;
[all...]
/hardware/ril/libril/
H A Dril.cpp310 void nullParcelReleaseFunction (const uint8_t* data, size_t dataSize, argument
1333 sendResponseRaw (const void *data, size_t dataSize) { argument
1342 if (dataSize > MAX_COMMAND_BYTES) {
1344 MAX_COMMAND_BYTES, (unsigned int )dataSize);
1351 header = htonl(dataSize);
1360 ret = blockingWrite(fd, data, dataSize);
1375 return sendResponseRaw(p.data(), p.dataSize());
3209 s_lastNITZTimeData = malloc(p.dataSize());
3210 s_lastNITZTimeDataSize = p.dataSize();
3211 memcpy(s_lastNITZTimeData, p.data(), p.dataSize());
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h105 unsigned int dataSize; member in struct:_ExynosVideoPlane
264 ExynosVideoErrorType (*Enqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate);
284 ExynosVideoErrorType (*Enqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate);
290 ExynosVideoErrorType (*ExtensionEnqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate);

Completed in 132 milliseconds