HomeSort by relevance Sort by last modified time
    Searched defs:nParam1 (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 78 OMX_U32 nParam1;
142 read (pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof (nParam1));
143 OMX_PRCOMM1(pComponentPrivate->dbg, "read nParam1 %lu\n", nParam1);
147 eCmd, nParam1, PERF_ModuleLLMM);
152 if ((int)nParam1 != -1) {
153 OMX_PRINT2(pComponentPrivate->dbg, "calling handlecommand from JPEGDEC (%lu)\n", nParam1);
154 if(nParam1 == OMX_StateInvalid){
157 error = HandleCommandJpegDec (pComponentPrivate, nParam1);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 101 OMX_U32 nParam1;
184 read (pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof (nParam1));
188 eCmd, nParam1,
192 OMX_PRINT2(pComponentPrivate->dbg, "eCmd %d, nParam1 %d\n", (int)eCmd, (int)nParam1);
195 if ( (int)nParam1 != -1 ){
196 if(nParam1 == OMX_StateInvalid){
199 eError = HandleJpegEncCommand (pComponentPrivate, nParam1);
213 OMX_PRBUFFER2(pComponentPrivate->dbg, "Before Disable Port function Port %d\n",(int)nParam1);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 105 OMX_U32 nParam1;
199 nRet = read(pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof(nParam1));
210 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1,
217 VPP_DisablePort(pComponentPrivate, nParam1);
221 eError = VPP_HandleCommand(pComponentPrivate, nParam1);
234 VPP_DPRINT("return from StateSet %d\n", nParam1);
238 VPP_EnablePort(pComponentPrivate, nParam1);
246 VPP_HandleCommandFlush(pComponentPrivate, nParam1, OMX_TRUE);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 118 OMX_U32 nParam1;
228 &nParam1,
229 sizeof(nParam1));
242 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1,
251 nParam1);
258 nParam1,
266 nParam1);
273 nParam1);