/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 | 129 virtual OMX_ERRORTYPE internalGetParameter( 132 virtual OMX_ERRORTYPE internalSetParameter( 206 OMX_ERRORTYPE initEncoder(); 207 OMX_ERRORTYPE releaseEncoder(); 211 OMX_ERRORTYPE internalSetRoleParams( 215 OMX_ERRORTYPE internalSetBitrateParams( 218 OMX_ERRORTYPE setConfig( 222 OMX_ERRORTYPE internalSetPortParams( 225 OMX_ERRORTYPE internalSetFormatParams( 228 OMX_ERRORTYPE setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type); [all …]
|
D | SoftAVCEnc.cpp | 223 OMX_ERRORTYPE SoftAVC::setDimensions() { in setDimensions() 248 OMX_ERRORTYPE SoftAVC::setNumCores() { in setNumCores() 271 OMX_ERRORTYPE SoftAVC::setFrameRate() { in setFrameRate() 297 OMX_ERRORTYPE SoftAVC::setIpeParams() { in setIpeParams() 323 OMX_ERRORTYPE SoftAVC::setBitRate() { in setBitRate() 347 OMX_ERRORTYPE SoftAVC::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType() 371 OMX_ERRORTYPE SoftAVC::setQp() { in setQp() 405 OMX_ERRORTYPE SoftAVC::setEncMode(IVE_ENC_MODE_T e_enc_mode) { in setEncMode() 430 OMX_ERRORTYPE SoftAVC::setVbvParams() { in setVbvParams() 455 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 | 78 OMX_ERRORTYPE err; in addPlugin() 121 OMX_ERRORTYPE OMXMaster::makeComponentInstance( in makeComponentInstance() 137 OMX_ERRORTYPE err = in makeComponentInstance() 149 OMX_ERRORTYPE OMXMaster::destroyComponentInstance( in destroyComponentInstance() 165 OMX_ERRORTYPE OMXMaster::enumerateComponents( in enumerateComponents() 185 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() 147 OMX_ERRORTYPE SimpleSoftOMXComponent::internalSetParameter( in internalSetParameter() 185 OMX_ERRORTYPE SimpleSoftOMXComponent::useBuffer( in useBuffer() 238 OMX_ERRORTYPE SimpleSoftOMXComponent::allocateBuffer( in allocateBuffer() 245 OMX_ERRORTYPE err = in allocateBuffer() 261 OMX_ERRORTYPE SimpleSoftOMXComponent::freeBuffer( in freeBuffer() 308 OMX_ERRORTYPE SimpleSoftOMXComponent::emptyThisBuffer( in emptyThisBuffer() [all …]
|
D | OMXNodeInstance.cpp | 244 status_t StatusFromOMXError(OMX_ERRORTYPE err) { in StatusFromOMXError() 285 OMX_ERRORTYPE err; in freeNode() 315 OMX_ERRORTYPE err; in freeNode() 345 OMX_ERRORTYPE err = master->destroyComponentInstance( in freeNode() 392 OMX_ERRORTYPE err = OMX_SendCommand(mHandle, cmd, param, NULL); in sendCommand() 401 OMX_ERRORTYPE err = OMX_GetParameter(mHandle, index, params); in getParameter() 416 OMX_ERRORTYPE err = OMX_SetParameter( in setParameter() 426 OMX_ERRORTYPE err = OMX_GetConfig(mHandle, index, params); in getConfig() 441 OMX_ERRORTYPE err = OMX_SetConfig( in setConfig() 450 OMX_ERRORTYPE err = OMX_GetState(mHandle, state); in getState() [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); 559 OMX_ERRORTYPE (*EventHandler)( 589 OMX_ERRORTYPE (*EmptyBufferDone)( 618 OMX_ERRORTYPE (*FillBufferDone)( 1218 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Init(void); 1233 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void); 1273 OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum( 1306 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/amrnb/enc/ |
D | SoftAMRNBEncoder.h | 35 virtual OMX_ERRORTYPE internalGetParameter( 38 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/gsm/dec/ |
D | SoftGSM.h | 38 virtual OMX_ERRORTYPE internalGetParameter( 41 virtual OMX_ERRORTYPE internalSetParameter(
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.h | 40 virtual OMX_ERRORTYPE internalGetParameter( 43 virtual OMX_ERRORTYPE internalSetParameter(
|