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

1 2

  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_outport.cpp 301 const char* aFormatValType)
313 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
318 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
324 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
343 else if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_PLUS_FIRST_SAMPLE_KEY) == 0)
350 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
356 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
368 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_WIDTH_KEY) == 0))
376 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
382 oscl_strncpy(kvp.key, aFormatValType, kvp.length)
    [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_outport.cpp 193 const char* aFormatValType)
203 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
210 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
216 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
228 else if (pv_mime_strcmp(aFormatValType, PVMF_DATAPATH_PORT_MAX_NUM_MEDIA_MSGS_KEY) == 0)
233 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
239 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
253 PVMFAACFFParserOutPort::pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
264 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
270 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \
    [all...]
pvmf_aacffparser_outport.h 158 const char* aFormatValType);
160 bool pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.cpp 195 const char* aFormatValType)
205 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
212 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
218 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
230 else if (pv_mime_strcmp(aFormatValType, PVMF_DATAPATH_PORT_MAX_NUM_MEDIA_MSGS_KEY) == 0)
235 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
241 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
255 PVMFAMRFFParserOutPort::pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
266 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
272 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_outport.cpp 149 const char* aFormatValType)
154 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
159 int32 KeyLenth = oscl_strlen(aFormatValType) + 1; // +1 for \0
165 oscl_strncpy(kvp.key, aFormatValType, KeyLenth);
187 PVMFMP3FFParserPort::pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
193 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
197 int32 KeyLenth = oscl_strlen(aFormatValType) + 1; // +1 for \0
203 oscl_strncpy(aKvp->key, aFormatValType, KeyLenth);
pvmf_mp3ffparser_outport.h 173 const char* aFormatValType);
175 bool pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp 247 const char* aFormatValType)
257 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
262 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
268 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
286 else if (pv_mime_strcmp(aFormatValType, PVMF_DATAPATH_PORT_MAX_NUM_MEDIA_MSGS_KEY) == 0)
291 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
297 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
312 PVMFMediaLayerPort::pvmiVerifyPortFormatSpecificInfoSync(const char* aFormatValType,
325 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
333 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmi_config_and_capability_utils.h 50 OSCL_IMPORT_REF void pvmiSetPortFormatSync(PvmiCapabilityAndConfig *aPort, const char* aFormatValType, PVMFFormatType aFormat);
74 void Construct(const char*aFormatType, const char* aFormatValType)
77 iFormatValTypeString = aFormatValType;
  /external/opencore/nodes/pvvideoparsernode/include/
pvmf_videoparser_port.h 97 const char* aFormatValType);
99 bool pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
  /external/opencore/nodes/pvvideoparsernode/src/
pvmf_videoparser_port.cpp 253 const char* aFormatValType)
258 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
263 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
269 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
292 PVMFVideoParserPort::pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
299 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
303 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
309 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 300 OSCL_EXPORT_REF PVMFStatus PVMFOMXDecPort::verifyConnectedPortParametersSync(const char* aFormatValType,
316 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
324 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
330 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
342 else if (pv_mime_strcmp(aFormatValType, PVMF_BITRATE_VALUE_KEY) == 0 ||
343 pv_mime_strcmp(aFormatValType, PVMF_FRAMERATE_VALUE_KEY) == 0)
350 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
356 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_port.cpp 241 aFormatValType,
247 uint32 strLen = oscl_strlen(aFormatValType) + 1;
259 oscl_strncpy(aKvp->key, aFormatValType, strLen);
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_port.cpp 156 PVMFRTSPPort::pvmiGetPortInPlaceDataProcessingInfoSync(const char* aFormatValType,
164 uint32 strLen = oscl_strlen(aFormatValType) + 1;
173 oscl_strncpy(aKvp->key, aFormatValType, strLen);
pvrtsp_client_engine_port.h 141 bool pvmiGetPortInPlaceDataProcessingInfoSync(const char* aFormatValType,
  /external/opencore/pvmi/pvmf/src/
pvmi_config_and_capability_utils.cpp 132 OSCL_EXPORT_REF void pvmiSetPortFormatSync(PvmiCapabilityAndConfig *aPort, const char* aFormatValType, PVMFFormatType aFormat)
138 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
142 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_port.h 150 bool pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType, PvmiKvp*& aKvp);
151 bool pvmiSetPortFormatSpecificInfoSync(PvmiCapabilityAndConfig *aPort, const char* aFormatValType);
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_port.h 140 bool pvmiGetPortInPlaceDataProcessingInfoSync(const char* aFormatValType, PvmiKvp*& aKvp);
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_port.h 104 OSCL_IMPORT_REF PVMFStatus verifyConnectedPortParametersSync(const char* aFormatValType, OsclAny* aConfig);
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_port.h 137 bool pvmiGetPortInPlaceDataProcessingInfoSync(const char* aFormatValType,
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_fileinput_port.cpp 446 bool PVMFFileDummyInputPort::pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
465 aKvp->length = oscl_strlen(aFormatValType) + 1; // +1 for \0
471 oscl_strncpy(aKvp->key, aFormatValType, aKvp->length);
486 const char* aFormatValType)
508 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
514 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
527 if (AllocateKvp(kvpPtr, OSCL_STATIC_CAST(PvmiKeyType, aFormatValType), 1) != PVMFSuccess)
  /external/opencore/nodes/pvsocketnode/src/
pvmf_socket_port.cpp 153 PVMFSocketPort::pvmiGetPortInPlaceDataProcessingInfoSync(const char* aFormatValType,
161 uint32 strLen = oscl_strlen(aFormatValType) + 1;
171 oscl_strncpy(aKvp->key, aFormatValType, strLen);
  /external/opencore/nodes/streaming/medialayernode/include/
pvmf_medialayer_port.h 409 PVMFStatus pvmiVerifyPortFormatSpecificInfoSync(const char* aFormatValType,
418 const char* aFormatValType);
420 bool pvmiGetPortFormatSpecificInfoSync(const char* aFormatValType,
pvmf_medialayer_node.h 167 OSCL_IMPORT_REF virtual PVMFStatus verifyPortConfigParams(const char* aFormatValType,
237 PVMFStatus verifyPortConfigParams(const char* aFormatValType,
558 PVMFStatus verifyPortConfigParams(const char* aFormatValType,
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_port.h 94 PVMFStatus verifyConnectedPortParametersSync(const char* aFormatValType, OsclAny* aConfig);
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_port.cpp 224 PVMFStatus PVMFOMXEncPort::verifyConnectedPortParametersSync(const char* aFormatValType,
240 if (pv_mime_strcmp(aFormatValType, PVMF_FORMAT_SPECIFIC_INFO_KEY) == 0)
248 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
254 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
267 else if (pv_mime_strcmp(aFormatValType, PVMF_BITRATE_VALUE_KEY) == 0 ||
268 pv_mime_strcmp(aFormatValType, PVMF_FRAMERATE_VALUE_KEY) == 0)
275 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0
281 oscl_strncpy(kvp.key, aFormatValType, kvp.length);
    [all...]

Completed in 85 milliseconds

1 2