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

  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_port.cpp 137 int numKvp = 0;
140 config->getParametersSync(NULL, (char*)PVMI_PORT_CONFIG_INPLACE_DATA_PROCESSING_KEY, kvpPtr, numKvp, NULL);
147 config->releaseParameters(NULL, kvpPtr, numKvp);
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 212 int numKvp = 0;
214 config->getParametersSync(NULL, (PvmiKeyType)PVMF_FORMAT_SPECIFIC_INFO_KEY, kvp, numKvp, NULL);
228 config->releaseParameters(NULL, kvp, numKvp);
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node_outport.cpp 711 int numKvp = 0;
715 (char*)INPUT_FORMATS_CUR_QUERY, kvpPtr, numKvp, NULL);
721 config->releaseParameters(NULL, kvpPtr, numKvp);
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 764 int numKvp = 0;
769 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp););
780 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp););
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 338 int numKvp = 0;
343 OSCL_TRY(err, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp););
355 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp););
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp     [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp     [all...]

Completed in 213 milliseconds