Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp497 UseBufferType useBufferTypes; in UseHandleOnOutputPort() local
498 InitOMXParamExt(useBufferTypes); in UseHandleOnOutputPort()
499 useBufferTypes.portIndex = OMX_DirOutput; in UseHandleOnOutputPort()
500useBufferTypes.bufferType = (isDynamic ? CODEC_BUFFER_TYPE_DYNAMIC_HANDLE : CODEC_BUFFER_TYPE_HAND… in UseHandleOnOutputPort()
501 return SetParameter(OMX_IndexParamUseBufferType, useBufferTypes); in UseHandleOnOutputPort()
H A Dhencoder.cpp88 UseBufferType useBufferTypes; in ConfigureBufferType() local
89 InitOMXParamExt(useBufferTypes); in ConfigureBufferType()
90 useBufferTypes.portIndex = OMX_DirInput; in ConfigureBufferType()
91 useBufferTypes.bufferType = CODEC_BUFFER_TYPE_DYNAMIC_HANDLE; in ConfigureBufferType()
92 if (!SetParameter(OMX_IndexParamUseBufferType, useBufferTypes)) { in ConfigureBufferType()