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

1 2

  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_node_extension.h 58 * other file types, this method would return false, and aConfig is not
61 * @param aConfig Memory fragment to hold the config information.
64 virtual bool GetBitstreamConfig(OsclRefCounterMemFrag& aConfig) = 0;
pvmf_dummy_fileinput_node.h 123 OSCL_IMPORT_REF bool GetBitstreamConfig(OsclRefCounterMemFrag& aConfig);
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node_extension_interface.h 44 virtual PVMFStatus SetDecoderNodeConfiguration(PVMFOMXBaseDecNodeConfig& aConfig) = 0;
pvmf_omx_basedec_port.h 104 OSCL_IMPORT_REF PVMFStatus verifyConnectedPortParametersSync(const char* aFormatValType, OsclAny* aConfig);
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.cpp 632 PVMFStatus PVMp4FFComposerPort::NegotiateInputSettings(PvmiCapabilityAndConfig* aConfig)
634 LOG_STACK_TRACE((0, "PVMp4FFComposerPort::NegotiateInputSettings: aConfig=0x%x", aConfig));
635 if (!aConfig)
647 PVMFStatus status = aConfig->getParametersSync(NULL, (PvmiKeyType)OUTPUT_FORMATS_CUR_QUERY, kvp, numParams, NULL);
673 OSCL_TRY(err, aConfig->setParametersSync(NULL, kvp, 1, retKvp););
675 LOG_ERR((0, "PVMp4FFComposerPort::NegotiateInputSettings: Error - aConfig->setParametersSync failed. err=%d", err));
680 aConfig->releaseParameters(NULL, kvp, numParams);
684 return GetInputParametersFromPeer(aConfig);
688 PVMFStatus PVMp4FFComposerPort::GetInputParametersFromPeer(PvmiCapabilityAndConfig* aConfig)
    [all...]
pvmp4ffcn_port.h 214 * @param aConfig Capability and config object for peer port
217 PVMFStatus NegotiateInputSettings(PvmiCapabilityAndConfig* aConfig);
223 PVMFStatus GetInputParametersFromPeer(PvmiCapabilityAndConfig* aConfig);
229 PVMFStatus GetVideoInputParametersFromPeer(PvmiCapabilityAndConfig* aConfig);
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_port.cpp 225 OsclAny* aConfig)
242 OsclRefCounterMemFrag* aFormatValue = (OsclRefCounterMemFrag*)aConfig;
270 if (aConfig != NULL)
282 uint32* bitrate = (uint32*)aConfig;
721 PVMFStatus PVMFOMXEncPort::NegotiateInputSettings(PvmiCapabilityAndConfig* aConfig)
723 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFOMXEncPort::NegotiateInputSettings: aConfig=0x%x", aConfig));
724 if (!aConfig)
735 PVMFStatus status = aConfig->getParametersSync(NULL, (OMX_STRING)OUTPUT_FORMATS_CAP_QUERY, kvp, numParams, NULL);
746 // Using a priority queue, sort the kvp's returned from aConfig->getParametersSyn
    [all...]
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_port.h 94 PVMFStatus verifyConnectedPortParametersSync(const char* aFormatValType, OsclAny* aConfig);
158 * @param aConfig Capability and config object for peer port
161 PVMFStatus NegotiateInputSettings(PvmiCapabilityAndConfig* aConfig);
167 * @param aConfig Capability and config object for peer port
170 PVMFStatus NegotiateOutputSettings(PvmiCapabilityAndConfig* aConfig);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp 758 PVMFStatus H223OutgoingChannel::NegotiateFSISettings(PvmiCapabilityAndConfig* aConfig)
788 OSCL_TRY(err, aConfig->setParametersSync(NULL, &kvp, 1, retKvp););
799 PVMFStatus status = aConfig->getParametersSync(NULL, (PvmiKeyType)PVMF_FORMAT_SPECIFIC_INFO_KEY, kvp, numParams, NULL);
808 aConfig->releaseParameters(NULL, kvp, numParams);
843 PVMFStatus H223OutgoingChannel::NegotiateInputSettings(PvmiCapabilityAndConfig* aConfig)
845 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::NegotiateInputSettings, aConfig=%x", aConfig));
852 PVMFStatus status = aConfig->getParametersSync(NULL,
876 if (PVMFSuccess != setConfigParametersSync(selectedKvp, aConfig))
881 aConfig->releaseParameters(NULL, kvp, numParams)
    [all...]
  /external/opencore/nodes/streaming/medialayernode/include/
pvmf_medialayer_node.h 161 OsclRefCounterMemFrag& aConfig,
169 OsclAny* aConfig,
234 OsclRefCounterMemFrag& aConfig,
239 OsclAny* aConfig,
555 OsclRefCounterMemFrag& aConfig,
560 OsclAny* aConfig,
pvmf_medialayer_port.h 410 OsclAny* aConfig);
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 301 OsclAny* aConfig)
318 OsclRefCounterMemFrag* aFormatValue = (OsclRefCounterMemFrag*)aConfig;
345 if (aConfig != NULL)
357 uint32* bitrate = (uint32*)aConfig;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 87 int WSPI_Configure (TI_HANDLE hWSPI, TI_HANDLE hReport, const WSPIConfig_t* aConfig, WSPI_CB_T* CB);
wspi.c 245 * const WSPIConfig_t* aConfig - a structure that holds the configuration data
256 int WSPI_Configure (TI_HANDLE hWSPI, TI_HANDLE hReport, const WSPIConfig_t* aConfig, WSPI_CB_T* cb)
272 if (NULL != aConfig)
275 pWSPI->uConfigMask = aConfig->mask;
276 pWSPI->bFixedAddr = aConfig->isFixedAddress;
277 pWSPI->uFixedBusyLen = aConfig->fixedBusyLength;
    [all...]
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp 313 OsclAny* aConfig)
327 OsclRefCounterMemFrag* aFormatValue = (OsclRefCounterMemFrag*)aConfig;
353 if (aConfig != NULL)
366 uint32* bitrate = (uint32*)aConfig;
pvmf_medialayer_node.cpp     [all...]
  /external/opencore/nodes/common/include/
pvmf_media_presentation_info.h 217 void setTrackConfigInfo(OsclRefCounterMemFrag& aConfig)
219 iTrackConfigInfo = aConfig;
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_extension_interface.cpp 40 OsclRefCounterMemFrag& aConfig,
47 aConfig,
pvmf_jitter_buffer_node.cpp 896 OsclRefCounterMemFrag& aConfig,
900 return SetPortParams(aPort, aTimeScale, aBitRate, aConfig, aRateAdaptation,
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/include/
pvmf_jitter_buffer_node.h 193 OsclRefCounterMemFrag& aConfig,
262 OsclRefCounterMemFrag& aConfig,
269 OsclRefCounterMemFrag& aConfig,
pvmf_jitter_buffer_ext_interface.h 58 OsclRefCounterMemFrag& aConfig,
pvmf_jitter_buffer_internal.h 137 OsclRefCounterMemFrag& aConfig,
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pv_2way_h324m_interface.h 106 * @param aConfig
113 PVH223AlConfig* aConfig,
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.h 316 bool RegisterJanusPlugin(PVMFJanusPluginConfiguration& aConfig);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 220 PVMFStatus setConfigParametersSync(PvmiKvp* selectedKvp, PvmiCapabilityAndConfig* aConfig, PVMFFormatType lcn_format_type = PVMF_MIME_FORMAT_UNKNOWN, bool aTryTwice = false);

Completed in 236 milliseconds

1 2