HomeSort by relevance Sort by last modified time
    Searched refs:encoderState (Results 1 - 6 of 6) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
mgrcmdbuilder.c 215 (XltEncoderPtr_t *)&(pInstanceInfo->encoderState),
222 xltEncReset(pInstanceInfo->encoderState);
224 pInstanceInfo->encoderState=NULL;
272 if (pInstanceInfo->encoderState==NULL) return SML_ERR_MGR_INVALID_INSTANCE_INFO;
289 ((XltEncoderPtr_t)(pInstanceInfo->encoderState))->final = final;
292 rc = xltEncTerminate(pInstanceInfo->encoderState, pCurrentWritePosition+freeSize,&pCurrentWritePosition);
298 pInstanceInfo->encoderState=NULL;
305 pInstanceInfo->encoderState=NULL;
745 rc = xltStartEvaluation((XltEncoderPtr_t)(pInstanceInfo->encoderState));
785 if (pInstanceInfo->encoderState==NULL
    [all...]
mgrinstancemgr.c 212 pInstanceInfo->encoderState=NULL; // no encoding in progress, currently not used
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
mgrcmdbuilder.c 215 (XltEncoderPtr_t *)&(pInstanceInfo->encoderState),
222 xltEncReset(pInstanceInfo->encoderState);
224 pInstanceInfo->encoderState=NULL;
272 if (pInstanceInfo->encoderState==NULL) return SML_ERR_MGR_INVALID_INSTANCE_INFO;
289 ((XltEncoderPtr_t)(pInstanceInfo->encoderState))->final = final;
292 rc = xltEncTerminate(pInstanceInfo->encoderState, pCurrentWritePosition+freeSize,&pCurrentWritePosition);
298 pInstanceInfo->encoderState=NULL;
305 pInstanceInfo->encoderState=NULL;
745 rc = xltStartEvaluation((XltEncoderPtr_t)(pInstanceInfo->encoderState));
785 if (pInstanceInfo->encoderState==NULL
    [all...]
mgrinstancemgr.c 212 pInstanceInfo->encoderState=NULL; // no encoding in progress, currently not used
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
mgr.h 113 VoidPtr_t encoderState; // Pointer to a structure defining the current encoder status
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/hdr/
mgr.h 113 VoidPtr_t encoderState; // Pointer to a structure defining the current encoder status

Completed in 3868 milliseconds