Searched defs:_params (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp404 OMX_INDEXTYPE index, const OMX_PTR _params) {
409 (OMX_CONFIG_INTRAREFRESHVOPTYPE *)_params;
426 (OMX_VIDEO_CONFIG_BITRATETYPE *)_params;
444 return SimpleSoftOMXComponent::setConfig(index, _params);
403 setConfig( OMX_INDEXTYPE index, const OMX_PTR _params) argument
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp142 void *_params = &consumerUsage; local
143 uint8_t *params = static_cast<uint8_t*>(_params);
168 _params = &def;
169 params = static_cast<uint8_t*>(_params);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp1037 OMX_INDEXTYPE index, OMX_PTR _params) {
1042 (OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE *)_params;
1058 return SoftVideoEncoderOMXComponent::getConfig(index, _params);
1063 OMX_INDEXTYPE index, const OMX_PTR _params) {
1068 (OMX_CONFIG_INTRAREFRESHVOPTYPE *)_params;
1087 (OMX_VIDEO_CONFIG_BITRATETYPE *)_params;
1107 (const OMX_VIDEO_CONFIG_ANDROID_INTRAREFRESHTYPE *)_params;
1129 return SimpleSoftOMXComponent::setConfig(index, _params);
1036 getConfig( OMX_INDEXTYPE index, OMX_PTR _params) argument
1062 setConfig( OMX_INDEXTYPE index, const OMX_PTR _params) argument
/frameworks/rs/
H A DrsHidlAdaptation.cpp322 hidl_vec<uint8_t> _params; local
323 _params.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(params)), paramLength);
340 _params, _fieldIDs,
781 hidl_vec<uint8_t> _params; local
782 _params.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(params)), paramLen);
805 GetIContextHandle(context)->scriptForEach(_script, slot, _vains, _vaout, _params, _scPtr);

Completed in 440 milliseconds