HomeSort by relevance Sort by last modified time
    Searched defs:reqattr (Results 1 - 11 of 11) sorted by null

  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node_cap_config.cpp 415 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
416 if (reqattr == PVMI_KVPATTR_UNKNOWN)
418 reqattr = PVMI_KVPATTR_CUR;
422 PVMFStatus retval = GetConfigParameter(aParameters, aNumParamElements, fileoutput4ind, reqattr);
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node_cap_config.cpp 454 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
455 if (reqattr == PVMI_KVPATTR_UNKNOWN)
457 reqattr = PVMI_KVPATTR_CUR;
461 PVMFStatus retval = GetConfigParameter(aParameters, aNumParamElements, fileoutput4ind, reqattr);
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node_cap_config.cpp 301 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
302 if (reqattr == PVMI_KVPATTR_UNKNOWN)
304 reqattr = PVMI_KVPATTR_CUR;
308 PVMFStatus retval = GetConfigParameter(aParameters, aNumParamElements, mediaiovalidind, reqattr);
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node_cap_config.cpp 639 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
640 if (PVMI_KVPATTR_UNKNOWN == reqattr)
642 reqattr = PVMI_KVPATTR_CUR;
645 PVMFStatus retval = GetConfigParameter(aParameters, aNumParamElements, mp4comp4ind, reqattr);
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node_cap_config.cpp 148 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
149 if (reqattr == PVMI_KVPATTR_UNKNOWN)
151 reqattr = PVMI_KVPATTR_CUR;
169 PVMFStatus retval = GetConfigParameter(aParameters, aNumParamElements, i, reqattr);
265 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
266 if (reqattr == PVMI_KVPATTR_UNKNOWN)
268 reqattr = PVMI_KVPATTR_CUR;
287 PVMFStatus retval = GetConfigParameter(aParameters, aNumParamElements, i, reqattr);
733 int32 aIndex, PvmiKvpAttr reqattr)
802 if (reqattr == PVMI_KVPATTR_CAP
    [all...]
  /external/opencore/engines/author/src/
pvauthorengine.cpp 2381 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
2414 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp 3485 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 2692 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
2784 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
2821 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp 2262 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 9493 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp 9952 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
9985 PvmiKvpAttr reqattr = GetAttrTypeFromKeyString(aIdentifier); local
    [all...]

Completed in 177 milliseconds