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

  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp 534 iOMXDecoder(NULL),
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 516 OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
519 OMX_SendCommand(iOMXDecoder, OMX_CommandPortEnable, iPortIndexForDynamicReconfig, NULL);
547 Err = OMX_GetParameter(iOMXDecoder, CodecProfileIndx, CodecProfilePtr);
619 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamAudioPcm, &Audio_Pcm_Param);
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 214 OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
217 OMX_SendCommand(iOMXDecoder, OMX_CommandPortEnable, iPortIndexForDynamicReconfig, NULL);
565 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamVideoInit, &VideoPortParameters);
586 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
623 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
656 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
694 Err = OMX_SetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
705 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
738 Err = OMX_SetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort);
749 Err = OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort)
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 728 OMX_HANDLETYPE iOMXDecoder;
    [all...]

Completed in 31 milliseconds