/frameworks/av/media/libstagefright/include/ |
D | SoftOMXComponent.h | 36 virtual OMX_ERRORTYPE initCheck() const; 55 virtual OMX_ERRORTYPE sendCommand( 58 virtual OMX_ERRORTYPE getParameter( 61 virtual OMX_ERRORTYPE setParameter( 64 virtual OMX_ERRORTYPE getConfig( 67 virtual OMX_ERRORTYPE setConfig( 70 virtual OMX_ERRORTYPE getExtensionIndex( 73 virtual OMX_ERRORTYPE useBuffer( 80 virtual OMX_ERRORTYPE allocateBuffer( 86 virtual OMX_ERRORTYPE freeBuffer( [all …]
|
D | SimpleSoftOMXComponent.h | 68 virtual OMX_ERRORTYPE internalGetParameter( 71 virtual OMX_ERRORTYPE internalSetParameter( 103 virtual OMX_ERRORTYPE sendCommand( 106 virtual OMX_ERRORTYPE getParameter( 109 virtual OMX_ERRORTYPE setParameter( 112 virtual OMX_ERRORTYPE useBuffer( 119 virtual OMX_ERRORTYPE allocateBuffer( 125 virtual OMX_ERRORTYPE freeBuffer( 129 virtual OMX_ERRORTYPE emptyThisBuffer( 132 virtual OMX_ERRORTYPE fillThisBuffer( [all …]
|
D | SoftVideoDecoderOMXComponent.h | 49 virtual OMX_ERRORTYPE internalGetParameter( 52 virtual OMX_ERRORTYPE internalSetParameter( 55 virtual OMX_ERRORTYPE getConfig( 58 virtual OMX_ERRORTYPE getExtensionIndex(
|
D | SoftVideoEncoderOMXComponent.h | 43 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR param); 44 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params); 69 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index); 85 OMX_ERRORTYPE internalSetPortParams(const OMX_PARAM_PORTDEFINITIONTYPE* port);
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 128 virtual OMX_ERRORTYPE internalGetParameter( 131 virtual OMX_ERRORTYPE internalSetParameter( 208 OMX_ERRORTYPE initEncoder(); 209 OMX_ERRORTYPE releaseEncoder(); 213 OMX_ERRORTYPE internalSetRoleParams( 217 OMX_ERRORTYPE internalSetBitrateParams( 220 OMX_ERRORTYPE setConfig( 223 OMX_ERRORTYPE getConfig( 227 OMX_ERRORTYPE internalSetPortParams( 230 OMX_ERRORTYPE internalSetFormatParams( [all …]
|
D | SoftAVCEnc.cpp | 225 OMX_ERRORTYPE SoftAVC::setDimensions() { in setDimensions() 250 OMX_ERRORTYPE SoftAVC::setNumCores() { in setNumCores() 273 OMX_ERRORTYPE SoftAVC::setFrameRate() { in setFrameRate() 299 OMX_ERRORTYPE SoftAVC::setIpeParams() { in setIpeParams() 326 OMX_ERRORTYPE SoftAVC::setBitRate() { in setBitRate() 350 OMX_ERRORTYPE SoftAVC::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType() 374 OMX_ERRORTYPE SoftAVC::setQp() { in setQp() 408 OMX_ERRORTYPE SoftAVC::setEncMode(IVE_ENC_MODE_T e_enc_mode) { in setEncMode() 433 OMX_ERRORTYPE SoftAVC::setVbvParams() { in setVbvParams() 458 OMX_ERRORTYPE SoftAVC::setAirParams() { in setAirParams() [all …]
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXComponent.cpp | 80 OMX_ERRORTYPE SoftOMXComponent::initCheck() const { in initCheck() 111 OMX_ERRORTYPE SoftOMXComponent::SendCommandWrapper( in SendCommandWrapper() 124 OMX_ERRORTYPE SoftOMXComponent::GetParameterWrapper( in GetParameterWrapper() 136 OMX_ERRORTYPE SoftOMXComponent::SetParameterWrapper( in SetParameterWrapper() 148 OMX_ERRORTYPE SoftOMXComponent::GetConfigWrapper( in GetConfigWrapper() 160 OMX_ERRORTYPE SoftOMXComponent::SetConfigWrapper( in SetConfigWrapper() 172 OMX_ERRORTYPE SoftOMXComponent::GetExtensionIndexWrapper( in GetExtensionIndexWrapper() 184 OMX_ERRORTYPE SoftOMXComponent::UseBufferWrapper( in UseBufferWrapper() 199 OMX_ERRORTYPE SoftOMXComponent::AllocateBufferWrapper( in AllocateBufferWrapper() 213 OMX_ERRORTYPE SoftOMXComponent::FreeBufferWrapper( in FreeBufferWrapper() [all …]
|
D | SoftOMXPlugin.h | 29 virtual OMX_ERRORTYPE makeComponentInstance( 35 virtual OMX_ERRORTYPE destroyComponentInstance( 38 virtual OMX_ERRORTYPE enumerateComponents( 43 virtual OMX_ERRORTYPE getRolesOfComponent(
|
D | OMXMaster.h | 34 virtual OMX_ERRORTYPE makeComponentInstance( 40 virtual OMX_ERRORTYPE destroyComponentInstance( 43 virtual OMX_ERRORTYPE enumerateComponents( 48 virtual OMX_ERRORTYPE getRolesOfComponent(
|
D | SoftOMXPlugin.cpp | 70 OMX_ERRORTYPE SoftOMXPlugin::makeComponentInstance( in makeComponentInstance() 121 OMX_ERRORTYPE err = codec->initCheck(); in makeComponentInstance() 138 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( in destroyComponentInstance() 158 OMX_ERRORTYPE SoftOMXPlugin::enumerateComponents( in enumerateComponents() 171 OMX_ERRORTYPE SoftOMXPlugin::getRolesOfComponent( in getRolesOfComponent()
|
D | OMXMaster.cpp | 102 OMX_ERRORTYPE err; in addPlugin() 145 OMX_ERRORTYPE OMXMaster::makeComponentInstance( in makeComponentInstance() 162 OMX_ERRORTYPE err = in makeComponentInstance() 174 OMX_ERRORTYPE OMXMaster::destroyComponentInstance( in destroyComponentInstance() 190 OMX_ERRORTYPE OMXMaster::enumerateComponents( in enumerateComponents() 210 OMX_ERRORTYPE OMXMaster::getRolesOfComponent( in getRolesOfComponent()
|
D | SimpleSoftOMXComponent.cpp | 57 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( in sendCommand() 105 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter( in getParameter() 111 OMX_ERRORTYPE SimpleSoftOMXComponent::setParameter( in setParameter() 120 OMX_ERRORTYPE SimpleSoftOMXComponent::internalGetParameter( in internalGetParameter() 151 OMX_ERRORTYPE SimpleSoftOMXComponent::internalSetParameter( in internalSetParameter() 193 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer( in useBuffer() 246 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer( in allocateBuffer() 253 OMX_ERRORTYPE err = in allocateBuffer() 269 OMX_ERRORTYPE SimpleSoftOMXComponent::freeBuffer( in freeBuffer() 316 OMX_ERRORTYPE SimpleSoftOMXComponent::emptyThisBuffer( in emptyThisBuffer() [all …]
|
D | OMXNodeInstance.cpp | 279 OMX_ERRORTYPE err; in freeNode() 309 OMX_ERRORTYPE err; in freeNode() 339 OMX_ERRORTYPE err = master->destroyComponentInstance( in freeNode() 386 OMX_ERRORTYPE err = OMX_SendCommand(mHandle, cmd, param, NULL); in sendCommand() 395 OMX_ERRORTYPE err = OMX_GetParameter(mHandle, index, params); in getParameter() 410 OMX_ERRORTYPE err = OMX_SetParameter( in setParameter() 420 OMX_ERRORTYPE err = OMX_GetConfig(mHandle, index, params); in getConfig() 435 OMX_ERRORTYPE err = OMX_SetConfig( in setConfig() 444 OMX_ERRORTYPE err = OMX_GetState(mHandle, state); in getState() 459 OMX_ERRORTYPE err = OMX_GetExtensionIndex(mHandle, name, &index); in enableNativeBuffers() [all …]
|
/frameworks/native/include/media/openmax/ |
D | OMX_Component.h | 354 OMX_ERRORTYPE (*GetComponentVersion)( 364 OMX_ERRORTYPE (*SendCommand)( 373 OMX_ERRORTYPE (*GetParameter)( 382 OMX_ERRORTYPE (*SetParameter)( 391 OMX_ERRORTYPE (*GetConfig)( 400 OMX_ERRORTYPE (*SetConfig)( 409 OMX_ERRORTYPE (*GetExtensionIndex)( 418 OMX_ERRORTYPE (*GetState)( 484 OMX_ERRORTYPE (*ComponentTunnelRequest)( 495 OMX_ERRORTYPE (*UseBuffer)( [all …]
|
D | OMX_Core.h | 143 typedef enum OMX_ERRORTYPE enum 274 } OMX_ERRORTYPE; typedef 277 typedef OMX_ERRORTYPE (* OMX_COMPONENTINITTYPE)(OMX_IN OMX_HANDLETYPE hComponent); 578 OMX_ERRORTYPE (*EventHandler)( 608 OMX_ERRORTYPE (*EmptyBufferDone)( 637 OMX_ERRORTYPE (*FillBufferDone)( 1237 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void); 1252 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void); 1292 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum( 1325 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_GetHandle( [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.h | 73 virtual OMX_ERRORTYPE internalGetParameter( 78 virtual OMX_ERRORTYPE internalSetParameter( 81 virtual OMX_ERRORTYPE setConfig( 233 OMX_ERRORTYPE internalSetBitrateParams( 237 OMX_ERRORTYPE internalSetVp8Params( 241 OMX_ERRORTYPE internalSetAndroidVp8Params(
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 43 virtual OMX_ERRORTYPE internalGetParameter( 46 virtual OMX_ERRORTYPE internalSetParameter( 78 OMX_ERRORTYPE initEncParams(); 79 OMX_ERRORTYPE initEncoder(); 80 OMX_ERRORTYPE releaseEncoder();
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
D | SoftAVCEncoder.h | 38 virtual OMX_ERRORTYPE internalGetParameter( 41 virtual OMX_ERRORTYPE internalSetParameter( 89 OMX_ERRORTYPE initEncParams(); 90 OMX_ERRORTYPE initEncoder(); 91 OMX_ERRORTYPE releaseEncoder();
|
/frameworks/native/include/media/hardware/ |
D | OMXPluginBase.h | 34 virtual OMX_ERRORTYPE makeComponentInstance( 40 virtual OMX_ERRORTYPE destroyComponentInstance( 43 virtual OMX_ERRORTYPE enumerateComponents( 48 virtual OMX_ERRORTYPE getRolesOfComponent(
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.h | 37 virtual OMX_ERRORTYPE initCheck() const; 42 virtual OMX_ERRORTYPE internalGetParameter( 45 virtual OMX_ERRORTYPE internalSetParameter( 75 OMX_ERRORTYPE configureEncoder();
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.h | 36 virtual OMX_ERRORTYPE internalGetParameter( 39 virtual OMX_ERRORTYPE internalSetParameter(
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.h | 38 virtual OMX_ERRORTYPE internalGetParameter( 41 virtual OMX_ERRORTYPE internalSetParameter(
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.h | 34 virtual OMX_ERRORTYPE internalGetParameter( 37 virtual OMX_ERRORTYPE internalSetParameter(
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.h | 35 virtual OMX_ERRORTYPE internalGetParameter( 38 virtual OMX_ERRORTYPE internalSetParameter(
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.h | 40 virtual OMX_ERRORTYPE internalGetParameter( 43 virtual OMX_ERRORTYPE internalSetParameter(
|