HomeSort by relevance Sort by last modified time
    Searched refs:iInputCommands (Results 1 - 25 of 48) sorted by null

1 2

  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_node.cpp 58 iInputCommands.Construct(PVMF_LOOPBACK_NODE_COMMAND_ID_START, PVMF_LOOPBACK_NODE_COMMAND_VECTOR_RESERVE);
82 iInputCommands.clear();
110 while (!iInputCommands.empty())
112 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
113 iInputCommands.Erase(&iInputCommands.front());
337 id = iInputCommands.AddL(aCmd);
348 if (!iInputCommands.empty())
350 if (ProcessCommand(iInputCommands.front())
    [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp 65 iInputCommands.Construct(PVMF_FILE_OUTPUT_NODE_COMMAND_ID_START, PVMF_FILE_OUTPUT_NODE_COMMAND_VECTOR_RESERVE);
85 iInputCommands.clear();
121 while (!iInputCommands.empty())
123 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
566 if (!iInputCommands.empty())
568 if (ProcessCommand(iInputCommands.front()))
797 while (!iInputCommands.empty())
799 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure)
    [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp 132 iInputCommands.Construct(PVMF_FILEINPUT_NODE_COMMAND_ID_START, PVMF_FILEINPUT_NODE_COMMAND_VECTOR_RESERVE);
158 iInputCommands.clear();
188 while (!iInputCommands.empty())
190 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
476 id = iInputCommands.AddL(aCmd);
561 CommandComplete(iInputCommands, aCmd, PVMFFailure);
614 CommandComplete(iInputCommands, aCmd, status);
619 CommandComplete(iInputCommands, aCmd, PVMFErrInvalidState);
650 CommandComplete(iInputCommands, aCmd, PVMFSuccess)
    [all...]
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 66 iInputCommands.Construct(PVMF_FILE_OUTPUT_NODE_COMMAND_ID_START, PVMF_FILE_OUTPUT_NODE_COMMAND_VECTOR_RESERVE);
86 iInputCommands.clear();
122 while (!iInputCommands.empty())
124 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
650 if (!iInputCommands.empty())
652 if (ProcessCommand(iInputCommands.front()))
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_node.cpp 81 iInputCommands.Construct(PVMF_STREAMING_MANAGER_NODE_COMMAND_ID_START,
603 id = iInputCommands.AddL(aCmd);
618 if (!iInputCommands.empty())
620 if (ProcessCommand(iInputCommands.front()))
626 if (!iInputCommands.empty() && iInterfaceState != EPVMFNodeCreated)
661 CommandComplete(iInputCommands, aCmd, PVMFSuccess);
669 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
674 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
682 const int32 cancelCmdId = iInputCommands.front().iId;
683 const int32 inputCmndsSz = iInputCommands.size()
    [all...]
pvmf_streaming_manager_node.h 155 PVMFStreamingManagerNodeCmdQ iInputCommands;
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
pvmf_cpmplugin_passthru_oma1.cpp 128 iInputCommands.Construct(PVMF_CPM_PASSTHRU_PLUGIN_OMA1_COMMAND_ID_START,
176 while (!iInputCommands.empty())
178 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
407 id = iInputCommands.AddL(aCmd);
449 if (!iInputCommands.empty()
464 CommandComplete(iInputCommands, aCmd, PVMFErrNoMemory);
467 iInputCommands.Erase(&aCmd);
547 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
567 CommandComplete(iInputCommands, aCmd, PVMFErrArgument)
    [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp 116 iInputCommands.Construct(PVMF_AMRFFPARSER_NODE_COMMAND_ID_START, PVMF_AMRFFPARSER_NODE_COMMAND_VECTOR_RESERVE);
139 iInputCommands.clear();
191 while (!iInputCommands.empty())
193 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
377 if (!iInputCommands.empty())
    [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp 66 iInputCommands.Construct(PVMF_WAVFFPARSER_NODE_COMMAND_ID_START, PVMF_WAVFFPARSER_NODE_COMMAND_VECTOR_RESERVE);
86 iInputCommands.clear();
110 while (!iInputCommands.empty())
112 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
361 if (!iInputCommands.empty())
363 if (ProcessCommand(iInputCommands.front()))
    [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 97 iInputCommands.Construct(MEDIA_LAYER_NODE_CMD_START,
129 iInputCommands.clear();
214 while (!iInputCommands.empty())
216 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
542 id = iInputCommands.AddL(aCmd);
558 CommandComplete(iInputCommands, aCmd, PVMFErrNoMemory);
561 iInputCommands.Erase(&aCmd);
644 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
782 CommandComplete(iInputCommands, aCmd, PVMFSuccess)
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 317 while (!iInputCommands.empty())
319 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
378 id = iInputCommands.AddL(aCmd);
380 if (iInputCommands.size() == 1)
647 if (!iInputCommands.empty())
649 if (ProcessCommand(iInputCommands.front()))
652 && (!iInputCommands.empty() || (iInPort && (iInPort->IncomingMsgQueueSize() > 0)) ||
665 if (!iInputCommands.empty())
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_node.cpp 126 iInputCommands.Construct(PVMF_JITTER_BUFFER_NODE_COMMAND_ID_START,
253 while (!iInputCommands.empty())
255 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
    [all...]
  /external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node.cpp 598 while (!iInputCommands.empty())
600 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
601 iInputCommands.Erase(&iInputCommands.front());
615 iInputCommands.Construct(1, 10);//reserve 10
633 iInputCommands.Construct(1, 10);//reserve 10
646 if (!iInputCommands.empty())
657 id = iInputCommands.AddL(aCmd);
675 && !iInputCommands.front().hipri()
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp 66 iInputCommands.Construct(PVMF_PROTOCOLENGINE_NODE_COMMAND_ID_START, PVMF_PROTOCOLENGINE_NODE_COMMAND_VECTOR_RESERVE);
91 iInputCommands.clear();
120 while (!iInputCommands.empty())
122 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
377 PVMFProtocolEngineNodeCommand *pInputCmd = FindCmd(iInputCommands, PVPROTOCOLENGINE_NODE_CMD_DATASTREAM_REQUEST_REPOSITION);
450 PVMFCommandId id = iInputCommands.AddL(aCmd);
559 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
569 iInputCommands.Erase(&aCmd);
652 CommandComplete(iInputCommands, aCmd, status)
    [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp 102 iInputCommands.clear();
121 iInputCommands.Construct(1, 5);
172 while (!iInputCommands.empty())
174 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
657 CommandComplete(iInputCommands, aCmd, PVMFErrNoMemory);
660 iInputCommands.Erase(&aCmd);
672 iInputCommands.Erase(&aCmd);
678 if (!iInputCommands.empty())
952 CommandComplete(iInputCommands, aCmd, PVMFErrInvalidState)
    [all...]
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node.cpp 618 while (!iInputCommands.empty())
620 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
621 // iInputCommands.Erase(&iInputCommands.front());
631 iInputCommands.Construct(1, 10);//reserve 10
643 if (!iInputCommands.empty())
654 id = iInputCommands.AddL(aCmd);
672 && !iInputCommands.front().hipri())
678 OSCL_ASSERT(!iInputCommands.empty())
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp 119 while (!iInputCommands.empty())
121 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
729 iInputCommands.Construct(1, 10);//reserve 10
751 id = iInputCommands.AddL(aCmd);
856 if (!iInputCommands.empty()
866 if (!iInputCommands.empty())
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
pvmf_sm_fsp_base_impl.cpp 81 iInputCommands.Construct(PVMF_SM_FSP_NODE_COMMAND_ID_START,
133 iInputCommands.clear();
539 if (!iInputCommands.empty())
541 if (ProcessCommand(iInputCommands.front()))
547 if (!iInputCommands.empty() && iInterfaceState != EPVMFNodeCreated)
    [all...]
pvmf_sm_fsp_base_cpm_support.cpp 627 cmd = iInputCommands.FindById(id, 1);
633 CommandComplete(iInputCommands, *cmd, PVMFErrCancelled, NULL, NULL);
635 CommandComplete(iInputCommands, aCmd, PVMFSuccess);
641 CommandComplete(iInputCommands, aCmd, status);
  /external/opencore/pvmi/content_policy_manager/src/
cpm.cpp 273 iInputCommands.Construct(PVMF_CPM_COMMAND_ID_START,
309 while (!iInputCommands.empty())
311 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
774 id = iInputCommands.AddL(aCmd);
816 if (!iInputCommands.empty()
841 if (!iInputCommands.empty())
855 CommandComplete(iInputCommands, aCmd, PVMFErrNoMemory);
858 iInputCommands.Erase(&aCmd);
870 iInputCommands.Erase(&aCmd)
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 399 while (!iInputCommands.empty())
401 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure);
494 id = iInputCommands.AddL(aCmd);
496 if (iInputCommands.size() == 1)
690 iInputCommands.Construct(PVMF_OMXENC_NODE_COMMAND_ID_START, PVMF_OMXENC_NODE_COMMAND_VECTOR_RESERVE);
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp 545 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
587 CommandComplete(iInputCommands, aCmd, status);
600 CommandComplete(iInputCommands, aCmd, status);
617 CommandComplete(iInputCommands, aCmd, status);
630 CommandComplete(iInputCommands, aCmd, status);
655 InternalCommandComplete(iInputCommands, aCmd, status);
669 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
732 CommandComplete(iInputCommands, aCmd, PVMFSuccess);
737 CommandComplete(iInputCommands, aCmd, PVMFErrNotSupported);
806 CommandComplete(iInputCommands, aCmd, PVMFErrNoMemory)
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 200 iInputCommands.Construct(1000/*Starting command ID*/, 10/*Number slots to reserve in queue*/);
239 iInputCommands.clear();
336 while (!iInputCommands.empty())
338 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure, NULL, NULL);
    [all...]
  /external/opencore/nodes/pvloopbacknode/include/
pvmf_loopback_node.h 219 PVMFLoopbackNodeCmdQ iInputCommands;
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 131 iInputCommands.Construct(PVMF_MP3FFPARSER_NODE_COMMAND_ID_START,
157 iInputCommands.clear();
237 while (!iInputCommands.empty())
239 CommandComplete(iInputCommands, iInputCommands.front(), PVMFFailure, NULL, NULL);
541 id = iInputCommands.AddL(aCmd);
569 if (!iCurrentCommand.empty() && !iInputCommands.front().hipri() && iInputCommands.front().iCmd != PVMP3FF_NODE_CMD_CANCEL_GET_LICENSE)
575 OSCL_ASSERT(!iInputCommands.empty());
578 PVMFMP3FFParserNodeCommand& aCmd = iInputCommands.front()
    [all...]

Completed in 626 milliseconds

1 2