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

  /external/opencore/engines/author/src/
pvaenodeutility.cpp 71 return AddCmdToQueue(cmd);
89 return AddCmdToQueue(cmd);
110 return AddCmdToQueue(cmd);
130 return AddCmdToQueue(cmd);
146 return AddCmdToQueue(cmd);
164 return AddCmdToQueue(cmd);
181 return AddCmdToQueue(cmd);
199 return AddCmdToQueue(cmd);
216 return AddCmdToQueue(cmd);
233 return AddCmdToQueue(cmd)
    [all...]
pvaenodeutility.h 440 PVMFStatus AddCmdToQueue(PVAENodeUtilCmd& aCmd);
  /external/opencore/nodes/pvvideoparsernode/src/
pvmf_videoparser_node.cpp 244 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_QUERY_UUID, s, NULL, aContext, NULL);
255 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_QUERY_INTERFACE, s, NULL, aContext, NULL);
271 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_REQUESTPORT, s, NULL, aContext, property);
279 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_RELEASEPORT, s, &aPort, aContext);
286 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_INIT, s, NULL, aContext);
293 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_START, s, NULL, aContext);
300 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_PREPARE, s, NULL, aContext);
307 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_FLUSH, s, NULL, aContext);
313 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_STOP, s, NULL, aContext);
320 return AddCmdToQueue(PVMFVIDEOPARSER_NODE_CMD_PAUSE, s, NULL, aContext)
    [all...]
  /external/opencore/android/author/
android_audio_input.cpp 213 return AddCmdToQueue(AI_CMD_QUERY_UUID, aContext);
231 return AddCmdToQueue(AI_CMD_QUERY_INTERFACE, aContext, (OsclAny*)&aInterfacePtr);
245 return AddCmdToQueue(AI_CMD_INIT, aContext);
260 return AddCmdToQueue(AI_CMD_START, aContext);
274 return AddCmdToQueue(AI_CMD_PAUSE, aContext);
288 return AddCmdToQueue(AI_CMD_FLUSH, aContext);
295 return AddCmdToQueue(AI_CMD_RESET, aContext);
326 return AddCmdToQueue(AI_CMD_STOP, aContext);
796 PVMFCommandId AndroidAudioInput::AddCmdToQueue(AndroidAudioInputCmdType aType,
    [all...]
android_camera_input.cpp 225 return AddCmdToQueue(CMD_QUERY_UUID, aContext);
242 return AddCmdToQueue(CMD_QUERY_INTERFACE,
256 return AddCmdToQueue(CMD_INIT, aContext);
269 return AddCmdToQueue(CMD_START, aContext);
281 return AddCmdToQueue(CMD_PAUSE, aContext);
293 return AddCmdToQueue(CMD_FLUSH, aContext);
299 return AddCmdToQueue(CMD_RESET, aContext);
329 return AddCmdToQueue(CMD_STOP, aContext);
837 PVMFCommandId AndroidCameraInput::AddCmdToQueue(AndroidCameraInputCmdType aType,
841 LOGV("AddCmdToQueue");
    [all...]
android_audio_input.h 316 PVMFCommandId AddCmdToQueue(AndroidAudioInputCmdType aType, const OsclAny* aContext, OsclAny* aData1 = NULL);
android_camera_input.h 429 PVMFCommandId AddCmdToQueue(AndroidCameraInputCmdType aType,
  /external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
pvmi_mio_comm_loopback.cpp 161 return AddCmdToQueue(CMD_QUERY_UUID, aContext);
179 return AddCmdToQueue(CMD_QUERY_INTERFACE, aContext, (OsclAny*)&aInterfacePtr);
191 return AddCmdToQueue(CMD_INIT, aContext);
204 return AddCmdToQueue(CMD_START, aContext);
216 return AddCmdToQueue(CMD_PAUSE, aContext);
228 return AddCmdToQueue(CMD_FLUSH, aContext);
233 return AddCmdToQueue(CMD_RESET, aContext);
262 return AddCmdToQueue(CMD_STOP, aContext);
751 PVMFCommandId PvmiMIOCommLoopback::AddCmdToQueue(PvmiMIOCommLoopbackCmdType aType,
    [all...]
pvmi_mio_comm_loopback.h 241 PVMFCommandId AddCmdToQueue(PvmiMIOCommLoopbackCmdType aType, const OsclAny* aContext, OsclAny* aData1 = NULL);
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 173 return AddCmdToQueue(CMD_QUERY_UUID, aContext);
191 return AddCmdToQueue(CMD_QUERY_INTERFACE, aContext, (OsclAny*)&aInterfacePtr);
203 return AddCmdToQueue(CMD_INIT, aContext);
218 return AddCmdToQueue(CMD_START, aContext);
230 return AddCmdToQueue(CMD_PAUSE, aContext);
242 return AddCmdToQueue(CMD_FLUSH, aContext);
248 return AddCmdToQueue(CMD_RESET, aContext);
280 return AddCmdToQueue(CMD_STOP, aContext);
968 PVMFCommandId PvmiMIOAviWavFile::AddCmdToQueue(PvmiMIOAviWavFileCmdType aType
    [all...]
pvmi_mio_avi_wav_file.h 328 PVMFCommandId AddCmdToQueue(PvmiMIOAviWavFileCmdType aType, const OsclAny* aContext, OsclAny* aData1 = NULL);
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp 162 return AddCmdToQueue(CMD_QUERY_UUID, aContext);
180 return AddCmdToQueue(CMD_QUERY_INTERFACE, aContext, (OsclAny*)&aInterfacePtr);
192 return AddCmdToQueue(CMD_INIT, aContext);
207 return AddCmdToQueue(CMD_START, aContext);
219 return AddCmdToQueue(CMD_PAUSE, aContext);
231 return AddCmdToQueue(CMD_FLUSH, aContext);
236 return AddCmdToQueue(CMD_RESET, aContext);
267 return AddCmdToQueue(CMD_STOP, aContext);
796 PVMFCommandId PvmiMIOFileInput::AddCmdToQueue(PvmiMIOFileInputCmdType aType,
    [all...]
pvmi_mio_fileinput.h 242 PVMFCommandId AddCmdToQueue(PvmiMIOFileInputCmdType aType, const OsclAny* aContext, OsclAny* aData1 = NULL);
  /external/opencore/nodes/pvvideoparsernode/include/
pvmf_videoparser_node.h 263 PVMFCommandId AddCmdToQueue(PVMFVideoParserNodeCmdType aType, PVMFSessionId s, PVMFPortInterface* aPort, const OsclAny* aContext, OsclAny* aData = NULL);
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_node.cpp 353 return AddCmdToQueue(cmd);
404 return AddCmdToQueue(cmd);
416 return AddCmdToQueue(cmd);
427 return AddCmdToQueue(cmd);
437 return AddCmdToQueue(cmd);
447 return AddCmdToQueue(cmd);
457 return AddCmdToQueue(cmd);
467 return AddCmdToQueue(cmd);
477 return AddCmdToQueue(cmd);
487 return AddCmdToQueue(cmd)
    [all...]
  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtsp_client_engine_node.h 874 PVMFCommandId AddCmdToQueue(PVRTSPEngineCommand& aCmd);
    [all...]

Completed in 434 milliseconds