Searched refs:iOutputPortIndex (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 1531 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1553 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1565 iOutputPortIndex, // port idx in HandleProcessingState() 1661 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1717 iOutputPortIndex, // port idx in HandleProcessingState() 2040 iOutputPortIndex = ii; in NegotiateVideoComponentParameters() 2309 Video_port_format.nPortIndex = iOutputPortIndex; // set output port as target in NegotiateVideoComponentParameters() 2333 …ateVideoComponentParameters() Problem with output port %d format", iNodeTypeId, iOutputPortIndex)); in NegotiateVideoComponentParameters() 2347 …g port format for output port %d or no desired port format found", iNodeTypeId, iOutputPortIndex)); in NegotiateVideoComponentParameters() 2362 …nentParameters() Problem setting port format for output port %d ", iNodeTypeId, iOutputPortIndex)); in NegotiateVideoComponentParameters() [all …]
|
D | pvmf_omx_enc_node.h | 1237 uint32 iOutputPortIndex; variable
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 608 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandlePortReEnable() 613 Audio_Pcm_Param.nPortIndex = iOutputPortIndex; // we're looking for output port params in HandlePortReEnable() 867 iOutputPortIndex, // port idx in HandlePortReEnable() 1098 iOutputPortIndex = ii; in NegotiateComponentParameters() 1162 Audio_Pcm_Param.nPortIndex = iOutputPortIndex; // we're looking for output port params in NegotiateComponentParameters() 1169 …ComponentParameters() Problem negotiating PCM parameters with output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() 1180 Audio_Pcm_Param.nPortIndex = iOutputPortIndex; // we're looking for output port params in NegotiateComponentParameters() 1187 …iateComponentParameters() Problem Setting PCM parameters with output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() 1203 iParamPort.nPortIndex = iOutputPortIndex; in NegotiateComponentParameters() 1211 …Node::NegotiateComponentParameters() Problem negotiating with output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() [all …]
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 220 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandlePortReEnable() 441 iOutputPortIndex, // port idx in HandlePortReEnable() 638 iOutputPortIndex = ii; in NegotiateComponentParameters() 703 iParamPort.nPortIndex = iOutputPortIndex; in NegotiateComponentParameters() 709 …Node::NegotiateComponentParameters() Problem negotiating with output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() 742 …:NegotiateComponentParameters() Problem setting parameters in output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() 747 iParamPort.nPortIndex = iOutputPortIndex; in NegotiateComponentParameters() 753 …Node::NegotiateComponentParameters() Problem negotiating with output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() 804 VideoPortFormat.nPortIndex = iOutputPortIndex; in NegotiateComponentParameters() 1043 …:NegotiateComponentParameters() Problem setting parameters in output port %d ", iOutputPortIndex)); in NegotiateComponentParameters() [all …]
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 1238 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1282 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1295 iOutputPortIndex, // port idx in HandleProcessingState() 1416 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1481 if (iPortIndexForDynamicReconfig == iOutputPortIndex) in HandleProcessingState() 1498 iOutputPortIndex, // port idx in HandleProcessingState() 4372 iOutputPortIndex, // port idx in DoPrepare() 4945 iOutputPortIndex, // port idx in DoReset()
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 675 uint32 iOutputPortIndex; variable
|