What are the proper settings to setup the Noise Filter in ezsdk 05.04?
When I attempt to set the device to idle I receive an error OMX_ErrorInsufficientResources.
Here is my setup:
nPortIndex: 0
eDir: OMX_DirInput
nBufferCountActual: 4
nBufferCountMin: 1
nBufferSize: 4147200
bEnabled: Disabled
bPopulated: Unpopulated
bBuffersContiguous: False
nBufferAlignment: 128
cMIMEType: (null)
pNativeRender: (nil)
nFrameWidth: 1920
nFrameHeight: 1080
nStride: 3840
nSliceHeight: 0
nBitrate: 0
xFramerate >> 16: 0
bFlagErrorConcealment False
pNativeWindow: (nil)
eCompressionFormat: OMX_VIDEO_CodingUnused
eColorFormat: OMX_COLOR_FormatYCbYCr
********************
nPortIndex: 16
eDir: OMX_DirOutput
nBufferCountActual: 4
nBufferCountMin: 4
nBufferSize: 3110400
bEnabled: Disabled
bPopulated: Unpopulated
bBuffersContiguous: False
nBufferAlignment: 128
cMIMEType: (null)
pNativeRender: (nil)
nFrameWidth: 1920
nFrameHeight: 1080
nStride: 1920
nSliceHeight: 0
nBitrate: 0
xFramerate >> 16: 0
bFlagErrorConcealment False
pNativeWindow: (nil)
eCompressionFormat: OMX_VIDEO_CodingUnused
eColorFormat: OMX_COLOR_FormatYUV420SemiPlanar
sSubSamplinginfo.nPortIndex = 0
sSubSamplinginfo.nSubSamplingFactor = 1
memTypeCfg.nPortIndex = 0
memTypeCfg.eBufMemoryType = OMX_BUFFER_MEMORY_DEFAULT
memTypeCfg.nPortIndex = 16
memTypeCfg.eBufMemoryType = OMX_BUFFER_MEMORY_DEFAULT
chResolution.nChId = 0
chResolution.nPortIndex = 0
chResolution.Frm0Width = 1920
chResolution.Frm0Height = 1080
chResolution.Frm0Pitch = 3840
chResolution.eDir = OMX_DirInput
chResolution.Frm1Width = 0
chResolution.Frm1Height = 0
chResolution.Frm1Pitch = 0
chResolution.FrmStartX = 0
chResolution.FrmStartY = 0
chResolution.FrmCropWidth = 1920
chResolution.FrmCropHeight = 1080
chResolution.nChId = 0
chResolution.nPortIndex = 0
chResolution.Frm0Width = 1920
chResolution.Frm0Height = 1080
chResolution.Frm0Pitch = 1920
chResolution.eDir = OMX_DirOutput
chResolution.Frm1Width = 0
chResolution.Frm1Height = 0
chResolution.Frm1Pitch = 0
chResolution.FrmStartX = 0
chResolution.FrmStartY = 0
chResolution.FrmCropWidth = 1920
chResolution.FrmCropHeight = 1080
algEnable.nPortIndex = 0
algEnable.nChId = 0
algEnable.bAlgBypass = OMX_TRUE
Here is the log file from the cores: