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

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 77 OMX_COMMANDTYPE eCmd;
140 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); /*Manage error from any read and write*/
141 OMX_PRCOMM1(pComponentPrivate->dbg, "read ecmd %d\n", eCmd);
147 eCmd, nParam1, PERF_ModuleLLMM);
151 if (eCmd == OMX_CommandStateSet) {
171 else if (eCmd == OMX_CommandPortDisable) {
183 else if (eCmd == OMX_CommandPortEnable) {
195 else if (eCmd == OMX_CustomCommandStopThread)
    [all...]
OMX_JpegDecoder.c     [all...]
OMX_JpegDec_Utils.c 406 OMX_COMMANDTYPE eCmd = OMX_CustomCommandStopThread;
444 eCmd, 0, PERF_ModuleComponent);
449 nRet = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
455 nRet = write(pComponentPrivate->nCmdDataPipe[1], &eCmd, sizeof(eCmd));
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 100 OMX_COMMANDTYPE eCmd;
183 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd));
188 eCmd, nParam1,
192 OMX_PRINT2(pComponentPrivate->dbg, "eCmd %d, nParam1 %d\n", (int)eCmd, (int)nParam1);
193 if ( eCmd == OMX_CommandStateSet ) {
212 else if ( eCmd == OMX_CommandPortDisable ) {
220 else if ( eCmd == OMX_CommandPortEnable ) { /*TODO: Check errors*/
227 else if ( eCmd == OMX_CustomCommandStopThread )
    [all...]
OMX_JpegEncoder.c     [all...]
OMX_JpegEnc_Utils.c 429 OMX_COMMANDTYPE eCmd = OMX_CustomCommandStopThread;
448 pipeError = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 104 OMX_COMMANDTYPE eCmd = -1;
170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd));
177 if (eCmd == EXIT_COMPONENT_THRD)
182 eCmd, 0, PERF_ModuleLLMM);
190 if (eCmd == OMX_CommandMarkBuffer) {
209 eCmd,
210 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1,
214 switch (eCmd)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 117 OMX_COMMANDTYPE eCmd = -1;
192 &eCmd,
193 sizeof(eCmd));
204 eCmd, 0, PERF_ModuleLLMM);
206 if (eCmd == (OMX_COMMANDTYPE)-1)
212 if (eCmd == OMX_CommandMarkBuffer)
241 eCmd,
242 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1,
246 switch (eCmd)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 117 OMX_COMMANDTYPE eCmd;
203 read(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &eCmd, sizeof(eCmd));
208 eCmd, nParam1, PERF_ModuleLLMM);
210 if (eCmd == OMX_CommandStateSet) {
234 else if (eCmd == OMX_CommandPortDisable) {
245 else if (eCmd == OMX_CommandPortEnable) {
255 } else if (eCmd == OMX_CommandFlush) {
258 else if (eCmd == OMX_CommandMarkBuffer) {
  /external/chromium_org/third_party/sqlite/src/src/
test_backup.c 35 enum BackupSubCommandEnum eCmd;
61 switch( aSub[iCmd].eCmd ){
test_vfs.c 952 enum DB_enum eCmd;
978 switch( aSubcmd[i].eCmd ){
1111 switch( aSubcmd[i].eCmd ){
    [all...]

Completed in 465 milliseconds