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

  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_port.h 92 OSCL_IMPORT_REF bool pvmiSetPortFormatSpecificInfoSync(OsclRefCounterMemFrag& aMemFrag, PvmiKeyType KvpKey);
  /external/opencore/nodes/pvvideoparsernode/include/
pvmf_videoparser_port.h 96 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_outport.cpp 125 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_KEY)))
148 PVMFMP3FFParserPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
pvmf_mp3ffparser_outport.h 172 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_outport.cpp 92 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_KEY)))
98 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_DATAPATH_PORT_MAX_NUM_MEDIA_MSGS_KEY)))
192 PVMFAACFFParserOutPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
pvmf_aacffparser_outport.h 157 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.cpp 83 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_KEY)))
89 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_DATAPATH_PORT_MAX_NUM_MEDIA_MSGS_KEY)))
194 PVMFAMRFFParserOutPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
pvmf_amrffparser_port.h 478 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvvideoparsernode/src/
pvmf_videoparser_port.cpp 110 if (!(pvmiSetPortFormatSpecificInfoSync(OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, config),
162 if (!(pvmiSetPortFormatSpecificInfoSync(OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, config), PVMF_FORMAT_SPECIFIC_INFO_KEY)))
252 PVMFVideoParserPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_outport.cpp 116 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_KEY)))
121 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_PLUS_FIRST_SAMPLE_KEY)))
126 if (!(pvmiSetPortFormatSpecificInfoSync(config, MOUT_VIDEO_WIDTH_KEY)))
131 if (!(pvmiSetPortFormatSpecificInfoSync(config, MOUT_VIDEO_DISPLAY_WIDTH_KEY)))
136 if (!(pvmiSetPortFormatSpecificInfoSync(config, MOUT_VIDEO_HEIGHT_KEY)))
141 if (!(pvmiSetPortFormatSpecificInfoSync(config, MOUT_VIDEO_DISPLAY_HEIGHT_KEY)))
300 PVMFMP4FFParserOutPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
pvmf_mp4ffparser_outport.h 483 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_port.h 151 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort, const char* aFormatValType);
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_port.h 83 bool pvmiSetPortFormatSpecificInfoSync(OsclRefCounterMemFrag& aMemFrag);
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp 127 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_KEY)))
132 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_DATAPATH_PORT_MAX_NUM_MEDIA_MSGS_KEY)))
246 PVMFMediaLayerPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_fileinput_port.cpp 322 if (!(pvmiSetPortFormatSpecificInfoSync(config, PVMF_FORMAT_SPECIFIC_INFO_KEY)))
485 bool PVMFFileDummyInputPort::pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
529 LOG_ERR((0, "PVMFFileDummyInputPort::pvmiSetPortFormatSpecificInfoSync: Error - AllocateKvp failed"));
536 LOG_ERR((0, "PVMFFileDummyInputPort::pvmiSetPortFormatSpecificInfoSync: Error - OSCL_MALLOC failed"));
548 LOG_ERR((0, "PVMFFileDummyInputPort::pvmiSetPortFormatSpecificInfoSync: Error - setParametersSync failed. err=%d", err));
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 157 PVMFOMXDecPort::pvmiSetPortFormatSpecificInfoSync(OsclRefCounterMemFrag& aMemFrag, PvmiKeyType KvpKey)
  /external/opencore/nodes/streaming/medialayernode/include/
pvmf_medialayer_port.h 417 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort,
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 726 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(FsiMemfrag, KvpKey););
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_port.cpp 87 PVMFOMXEncPort::pvmiSetPortFormatSpecificInfoSync(OsclRefCounterMemFrag& aMemFrag)
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 299 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiSetPortFormatSpecificInfoSync(yuvFsiMemfrag, KvpKey););
    [all...]

Completed in 973 milliseconds