Searched refs:ParameterSanityCheck (Results 1 – 2 of 2) sorted by relevance
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 335 OMX_ERRORTYPE OmxComponentBase::ParameterSanityCheck( in ParameterSanityCheck() function in OmxComponentBase 3398 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioPortFormat, sizeof(OMX_AUDIO_PARAM_P… in SetParameter() 3422 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioPcmMode, sizeof(OMX_AUDIO_PARAM_PCMM… in SetParameter() 3432 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioMp3, sizeof(OMX_AUDIO_PARAM_MP3TYPE)… in SetParameter() 3449 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioWma, sizeof(OMX_AUDIO_PARAM_WMATYPE)… in SetParameter() 3464 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioEqualizer, sizeof(OMX_AUDIO_CONFIG_E… in SetParameter() 3481 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioAac, sizeof(OMX_AUDIO_PARAM_AACPROFI… in SetParameter() 3508 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pAudioAmr, sizeof(OMX_AUDIO_PARAM_AMRTYPE)… in SetParameter() 3547 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pPortDef, sizeof(OMX_PARAM_PORTDEFINITIONT… in SetParameter() 3566 …ErrorType = ParameterSanityCheck(hComponent, PortIndex, pBufSupply, sizeof(OMX_PARAM_BUFFERSUPPLIE… in SetParameter() [all …]
|
/external/opencore/codecs_v2/omx/omx_baseclass/include/ |
D | pv_omxcomponent.h | 429 OMX_ERRORTYPE ParameterSanityCheck(
|