/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...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_cnf.c | 98 CONF_VALUE *ecmd = NULL; local 118 ecmd = sk_CONF_VALUE_value(ecmds, i); 119 ctrlname = skip_dot(ecmd->name); 120 ctrlvalue = ecmd->value; 197 ecmd = NULL; 205 if (ecmd) 206 ERR_add_error_data(6, "section=", ecmd->section, 207 ", name=", ecmd->name, 208 ", value=", ecmd->value);
|
/external/openssl/crypto/engine/ |
eng_cnf.c | 98 CONF_VALUE *ecmd = NULL; local 118 ecmd = sk_CONF_VALUE_value(ecmds, i); 119 ctrlname = skip_dot(ecmd->name); 120 ctrlvalue = ecmd->value; 197 ecmd = NULL; 205 if (ecmd) 206 ERR_add_error_data(6, "section=", ecmd->section, 207 ", name=", ecmd->name, 208 ", value=", ecmd->value);
|
/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)
|
/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...] |
parse.y | 103 cmdlist ::= cmdlist ecmd. 104 cmdlist ::= ecmd. 105 ecmd ::= SEMI. label 106 ecmd ::= explain cmdx SEMI. label [all...] |
/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) {
|
/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)
|
OMX_VideoEncoder.c | [all...] |
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
omx_proxy_videodec.c | 85 OMX_IN OMX_COMMANDTYPE eCmd, 452 OMX_IN OMX_COMMANDTYPE eCmd, 465 ("hComponent = %p, pCompPrv = %p, eCmd = %d, nParam = %d, pCmdData = %p", 466 hComponent, pCompPrv, eCmd, nParam, pCmdData); 468 if(eCmd == OMX_CommandStateSet) 479 else if(eCmd == OMX_CommandPortEnable) 490 PROXY_SendCommand(hComponent, eCmd, nParam, pCmdData);
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
omx_rpc_stub.h | 111 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData,
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_stub.c | 587 * @param eCmd [IN] : Same as eCmd received at the proxy. 595 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData, 622 RPC_SETFIELDVALUE(pData, nPos, eCmd, OMX_COMMANDTYPE); 625 if (pCmdData != NULL && eCmd == OMX_CommandMarkBuffer) [all...] |
/hardware/ti/omap4xxx/domx/domx/ |
omx_proxy_common.h | 244 OMX_IN OMX_COMMANDTYPE eCmd,
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
omx_proxy_common.c | [all...] |