OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iInputCommands
(Results
26 - 48
of
48
) sorted by null
1
2
/external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp
87
iInputCommands
.clear();
133
iInputCommands
.Construct(1000 //start cmd id
259
while (!
iInputCommands
.empty())
260
CommandComplete(
iInputCommands
,
iInputCommands
.front(), PVMFFailure, NULL, NULL);
[
all
...]
pvmf_downloadmanager_node.h
787
//
iInputCommands
is the input queue for the node. It is N deep and allows for high priority commands to go to the front of the list.
790
PVMFDownloadManagerNodeCmdQueue
iInputCommands
;
[
all
...]
/external/opencore/nodes/pvdummyinputnode/include/
pvmf_dummy_fileinput_node.h
186
PVMFFileInputNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp
129
iInputCommands
.Construct(PVMF_OMXBASEDEC_NODE_COMMAND_ID_START, PVMF_OMXBASEDEC_NODE_COMMAND_VECTOR_RESERVE);
[
all
...]
/external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node.h
342
PVCommsIONodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.h
424
PVMFDummyFileOutputNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.h
403
PVMFFileOutputNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node.h
277
PvmfMediaInputNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.h
307
PVMediaOutputNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp
166
iInputCommands
.Construct(PVMF_OMXBASEDEC_NODE_COMMAND_ID_START, PVMF_OMXBASEDEC_NODE_COMMAND_VECTOR_RESERVE);
[
all
...]
/external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.h
479
PVMFProtocolEngineNodeCmdQ
iInputCommands
;
/external/opencore/nodes/streaming/jitterbuffernode/include/
pvmf_jitter_buffer_node.h
464
PVMFJitterBufferNodeCmdQ
iInputCommands
;
/external/opencore/nodes/streaming/medialayernode/include/
pvmf_medialayer_node.h
480
MediaLayerNodeCmdQ
iInputCommands
;
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
pvmf_cpmplugin_passthru_oma1.h
301
PVMFCPMPassThruPlugInOMA1CmdQ
iInputCommands
;
/external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.h
623
PVMFAMRFFNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.h
634
PVMFMP3FFParserNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h
593
PVMFOMXBaseDecNodeCmdQ
iInputCommands
;
[
all
...]
/external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.h
514
PVMFWAVFFNodeCmdQ
iInputCommands
;
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_impl.h
480
PVMFFSPNodeCmdQ
iInputCommands
;
/external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.h
[
all
...]
/external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.h
735
PVMFMP4FFParserNodeCmdQueue
iInputCommands
;
[
all
...]
/external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h
[
all
...]
/external/opencore/pvmi/content_policy_manager/src/
cpm_internal.h
688
PVMFCPMCommandCmdQ
iInputCommands
;
[
all
...]
Completed in 976 milliseconds
1
2