Searched refs:_params (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WGraphicBufferSource.cpp | 147 void *_params = &consumerUsage; in configure() local 148 uint8_t *params = static_cast<uint8_t*>(_params); in configure() 173 _params = &def; in configure() 174 params = static_cast<uint8_t*>(_params); in configure()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 1036 OMX_INDEXTYPE index, OMX_PTR _params) { in getConfig() argument 1041 (OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE *)_params; in getConfig() 1057 return SoftVideoEncoderOMXComponent::getConfig(index, _params); in getConfig() 1062 OMX_INDEXTYPE index, const OMX_PTR _params, bool *frameConfig) { in internalSetConfig() argument 1067 (OMX_CONFIG_INTRAREFRESHVOPTYPE *)_params; in internalSetConfig() 1086 (OMX_VIDEO_CONFIG_BITRATETYPE *)_params; in internalSetConfig() 1106 (const OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE *)_params; in internalSetConfig() 1128 return SimpleSoftOMXComponent::internalSetConfig(index, _params, frameConfig); in internalSetConfig()
|
D | SoftAVCEnc.h | 223 OMX_INDEXTYPE index, const OMX_PTR _params, bool *frameConfig); 226 OMX_INDEXTYPE index, const OMX_PTR _params);
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.cpp | 405 OMX_INDEXTYPE index, const OMX_PTR _params, bool *frameConfig) { in internalSetConfig() argument 410 (OMX_CONFIG_INTRAREFRESHVOPTYPE *)_params; in internalSetConfig() 427 (OMX_VIDEO_CONFIG_BITRATETYPE *)_params; in internalSetConfig() 445 return SimpleSoftOMXComponent::internalSetConfig(index, _params, frameConfig); in internalSetConfig()
|
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 322 hidl_vec<uint8_t> _params; in InvokeClosureCreate() local 323 _params.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(params)), paramLength); in InvokeClosureCreate() 340 _params, _fieldIDs, in InvokeClosureCreate() 781 hidl_vec<uint8_t> _params; in ScriptForEachMulti() local 782 _params.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(params)), paramLen); in ScriptForEachMulti() 805 GetIContextHandle(context)->scriptForEach(_script, slot, _vains, _vaout, _params, _scPtr); in ScriptForEachMulti()
|