Home
last modified time | relevance | path

Searched refs:useBufferTypes (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp36 UseBufferType useBufferTypes; in OnConfigure() local
37 InitOMXParamExt(useBufferTypes); in OnConfigure()
38 useBufferTypes.portIndex = OMX_DirOutput; in OnConfigure()
39 useBufferTypes.bufferType = CODEC_BUFFER_TYPE_HANDLE; in OnConfigure()
40 if (!SetParameter(OMX_IndexParamUseBufferType, useBufferTypes)) { in OnConfigure()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp465 UseBufferType useBufferTypes; in UseHandleOnOutputPort() local
466 InitOMXParamExt(useBufferTypes); in UseHandleOnOutputPort()
467 useBufferTypes.portIndex = OMX_DirOutput; in UseHandleOnOutputPort()
468 useBufferTypes.bufferType = (isDynamic ? CODEC_BUFFER_TYPE_DYNAMIC_HANDLE : CODEC_BUFFER_TYPE_HANDLE); in UseHandleOnOutputPort()
469 return SetParameter(OMX_IndexParamUseBufferType, useBufferTypes); in UseHandleOnOutputPort()
H A Dhencoder.cpp87 UseBufferType useBufferTypes; in ConfigureBufferType() local
88 InitOMXParamExt(useBufferTypes); in ConfigureBufferType()
89 useBufferTypes.portIndex = OMX_DirInput; in ConfigureBufferType()
90 useBufferTypes.bufferType = CODEC_BUFFER_TYPE_DYNAMIC_HANDLE; in ConfigureBufferType()
91 if (!SetParameter(OMX_IndexParamUseBufferType, useBufferTypes)) { in ConfigureBufferType()

Completed in 5 milliseconds