HomeSort by relevance Sort by last modified time
    Searched defs:pComponentPrivate (Results 51 - 75 of 75) sorted by null

1 23

  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 211 MP3DEC_COMPONENT_PRIVATE *pComponentPrivate = NULL;
237 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate,MP3DEC_COMPONENT_PRIVATE);
239 pComponentPrivate = pHandle->pComponentPrivate;
240 pComponentPrivate->pHandle = pHandle;
241 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_MP3DEC");
244 pComponentPrivate->pPERF = PERF_Create(PERF_FOURCC('M','P','3','D'),
249 pComponentPrivate->iPVCapabilityFlags.iIsOMXComponentMultiThreaded = OMX_TRUE;
250 pComponentPrivate->iPVCapabilityFlags.iOMXComponentNeedsNALStartCode = OMX_FALSE;
251 pComponentPrivate->iPVCapabilityFlags.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 121 AMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
125 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_FillLCMLInitParams\n",__LINE__);
126 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers;
127 nIpBufSize = pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nBufferSize;
128 pComponentPrivate->nRuntimeInputBuffers = nIpBuf;
129 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
130 nOpBufSize = pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nBufferSize;
131 pComponentPrivate->nRuntimeOutputBuffers = nOpBuf;
132 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details -----------\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 112 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
118 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n");
119 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers;
120 pComponentPrivate->nRuntimeInputBuffers = nIpBuf;
122 nIpBufSize = pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nBufferSize;
123 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
124 pComponentPrivate->nRuntimeOutputBuffers = nOpBuf;
126 nOpBufSize = pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nBufferSize;
127 OMX_PRBUFFER2(pComponentPrivate->dbg
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 115 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
120 JPEGDEC_OMX_CONF_CHECK_CMD(pComponentPrivate, 1, 1);
149 OMX_PRDSP5(pComponentPrivate->dbg, "eError != OMX_ErrorNone... in (*fpGetHandle)(&LCML_pHandle);\n");
153 pComponentPrivate->pDllHandle = handle;
154 pComponentPrivate->pLCML = (void *)LCML_pHandle;
155 pComponentPrivate->pLCML->pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pComponentPrivate;
163 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 156 static void JPEGENC_InitBufferFlagTrack(JPEGENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nPortIndex);
178 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = NULL;
189 pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
190 pCompPort = pComponentPrivate->pCompPort[nPortIndex];
192 OMX_PRINT1(pComponentPrivate->dbg, "JPEGENC_FreeBuffer %p at port %d\n", pBuffer, (int)nPortIndex);
196 PERF_SendingFrame(pComponentPrivate->pPERF,
202 pPortDef = pComponentPrivate->pCompPort[nPortIndex]->pPortDef;
204 if ( nPortIndex == pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nPortIndex ) {
207 else if ( nPortIndex == pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat->nPortIndex )
    [all...]
OMX_JpegEnc_Utils.c 98 static OMX_ERRORTYPE HandleJpegEncInternalFlush(JPEGENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1);
123 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
128 OMX_PRDSP1(pComponentPrivate->dbg, "Inside GetLCMLHandle function\n");
157 OMX_PRDSP4(pComponentPrivate->dbg, "eError != OMX_ErrorNone...\n");
161 OMX_PRDSP2(pComponentPrivate->dbg, "Received LCML Handle\n");
163 pComponentPrivate->pDllHandle = handle;
164 pComponentPrivate->pLCML = (void *)LCML_pHandle;
165 pComponentPrivate->pLCML->pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 269 OMX_PTR pComponentPrivate;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 233 VPP_COMPONENT_PRIVATE* pComponentPrivate = NULL;
244 pComponentPrivate = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
248 if (nPortIndex == pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nPortIndex) {
249 pPortDef = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
257 if (pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize > nSizeBytes) {
258 nBufSize = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize;
262 nDirection = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.eDir;
264 nCount = pComponentPrivate->sCompPorts[nPortIndex].nBufferCount;
269 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufHeader = pBufferHdr
    [all...]
OMX_VPP_Utils.c 118 VPP_COMPONENT_PRIVATE *pComponentPrivate,
127 while (pComponentPrivate->sCompPorts[pIndex].pVPPBufHeader[nCount].pBufHeader != pBufHeader)
189 VPP_COMPONENT_PRIVATE *pComponentPrivate = NULL;
197 pComponentPrivate = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
201 pComponentPrivate->NumofOutputPort = 0;
202 pComponentPrivate->IsYUVdataout = 0;
203 pComponentPrivate->IsRGBdataout = 0;
204 pComponentPrivate->IsOverlay = 0;
206 nIpBuf = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.nBufferCountMin;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 120 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
124 pComponentPrivate->nRuntimeInputBuffers = 0;
125 pComponentPrivate->nRuntimeOutputBuffers = 0;
127 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated = %d\n",
128 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated);
129 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled = %d\n",
130 __LINE__,pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 119 AACENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
126 OMX_PRINT1(pComponentPrivate->dbg, "%d :: UTIL: AACENCFill_LCMLInitParams\n ",__LINE__);
127 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers;
128 pComponentPrivate->nRuntimeInputBuffers = nIpBuf;
129 nIpBufSize = pComponentPrivate->pPortDef[INPUT_PORT]->nBufferSize;
130 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
131 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
133 pComponentPrivate->nRuntimeOutputBuffers = nOpBuf;
136 FramesPerOutBuf = (OMX_U16)pComponentPrivate->FramesPer_OutputBuffer
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 131 G711DEC_COMPONENT_PRIVATE *pComponentPrivate = NULL;
136 G711DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate);
138 pComponentPrivate = pHandle->pComponentPrivate;
140 nIpBuf = (OMX_U16)pComponentPrivate->pInputBufferList->numBuffers;
141 nIpBufSize = pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferSize;
142 pComponentPrivate->nRuntimeInputBuffers = nIpBuf;
143 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
144 nOpBufSize = pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferSize
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 124 AMRDEC_COMPONENT_PRIVATE *pComponentPrivate;
128 pComponentPrivate = pHandle->pComponentPrivate;
129 OMX_PRINT1 (pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: NBAMRDECFill_LCMLInitParams\n ",__LINE__);
131 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers;
132 pComponentPrivate->nRuntimeInputBuffers = nIpBuf;
134 if(pComponentPrivate->mimemode == 1)
138 else if (pComponentPrivate->mimemode == 2)
144 if (OMX_AUDIO_AMRDTXasEFR == pComponentPrivate->iAmrMode)
153 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 117 WBAMR_DEC_COMPONENT_PRIVATE *pComponentPrivate;
120 pComponentPrivate = pHandle->pComponentPrivate;
121 OMX_PRINT1(pComponentPrivate->dbg, "WBAMR_DEC_Fill_LCMLInitParams\n ");
122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle);
123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate);
125 nIpBuf = pComponentPrivate->pInputBufferList->numBuffers;
126 pComponentPrivate->nRuntimeInputBuffers = nIpBuf
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 121 WMADEC_COMPONENT_PRIVATE *pComponentPrivate, *pComponentPrivate_CC;
123 pComponentPrivate = pComponent->pComponentPrivate;
124 pComponentPrivate_CC = pComponentPrivate;
127 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponent = %p",pComponent);
128 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponentPrivate = %p",
129 pComponentPrivate);
130 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entered WMADECFill_LCMLInitParams",__LINE__);
131 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pComponentPrivate = %p"
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 96 /*extern OMX_ERRORTYPE VIDDEC_HandleCommandMarkBuffer(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_PTR pCmdData);
97 extern OMX_ERRORTYPE VIDDEC_HandleCommandFlush(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_PTR pCmdData);*/
98 extern OMX_ERRORTYPE VIDDEC_Load_Defaults (VIDDEC_COMPONENT_PRIVATE* pComponentPrivate, OMX_S32 nPassing);
246 static OMX_ERRORTYPE VIDDEC_Allocate_DSPResources (OMX_IN VIDDEC_COMPONENT_PRIVATE *pComponentPrivate,
277 VIDDEC_COMPONENT_PRIVATE *pComponentPrivate = NULL;
291 OMX_MALLOC_STRUCT(pHandle->pComponentPrivate, VIDDEC_COMPONENT_PRIVATE, nMemUsage);
292 if (pHandle->pComponentPrivate == NULL) {
296 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
297 pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0] += nMemUsage
    [all...]
OMX_VideoDec_Utils.c 63 OMX_U32 VIDDEC_GetRMFrecuency(VIDDEC_COMPONENT_PRIVATE* pComponentPrivate)
67 OMX_PRINT1(pComponentPrivate->dbg, "+++ENTERING\n");
70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) ||
71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
72 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
75 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
80 (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH)
89 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 320 VIDENC_COMPONENT_PRIVATE* pComponentPrivate = NULL;
353 VIDENC_MALLOC(pHandle->pComponentPrivate,
358 pComponentPrivate = (VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
359 pComponentPrivate->pMemoryListHead = pMemoryListHead;
361 pComponentPrivate->dbg = dbg;
362 pComponentPrivate->compressionFormats[0]=OMX_VIDEO_CodingAVC;
363 pComponentPrivate->compressionFormats[1]=OMX_VIDEO_CodingMPEG4;
364 pComponentPrivate->compressionFormats[2]=OMX_VIDEO_CodingH263;
365 pComponentPrivate->colorFormats[0]=OMX_COLOR_FormatYUV420Planar
    [all...]
OMX_VideoEnc_Utils.c 338 * @param pComponentPrivate pointer to the private video encoder structure
344 void OMX_VIDENC_EmptyDataPipes (VIDENC_COMPONENT_PRIVATE *pComponentPrivate)
347 while (pComponentPrivate->EmptythisbufferCount != pComponentPrivate->EmptybufferdoneCount ||
348 pComponentPrivate->FillthisbufferCount != pComponentPrivate->FillbufferdoneCount) {
362 void OMX_VIDENC_SignalIfAllBuffersAreReturned(VIDENC_COMPONENT_PRIVATE *pComponentPrivate)
365 if ((pComponentPrivate->EmptythisbufferCount == pComponentPrivate->EmptybufferdoneCount) &&
366 (pComponentPrivate->FillthisbufferCount == pComponentPrivate->FillbufferdoneCount))
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 339 /** pComponentPrivate is a pointer to the component private data area.
343 OMX_PTR pComponentPrivate;
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;

Completed in 517 milliseconds

1 23