Home
last modified time | relevance | path

Searched refs:bufferTypes (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_support_buffer_type_v20.md23 | unsigned int [bufferTypes](#buffertypes) | 支持的buffer类型 |
29 ### bufferTypes subsection
32 unsigned int SupportBufferType::bufferTypes
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_omx_ext.h190 uint32_t bufferTypes; /** Supported buffer types */ member
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_decode.cpp255 err, param.bufferTypes); in CheckAndUseBufferHandle()
265 err, param.bufferTypes); in CheckAndUseBufferHandle()
H A Dcodec_hdi_encode.cpp177 err, param.bufferTypes); in CheckAndUseBufferHandle()
187 err, param.bufferTypes); in CheckAndUseBufferHandle()
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp301 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType()
303 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()
H A Dcodec_hdi_encode.cpp184 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType()
186 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_ext_types.h.txt115 uint32_t bufferTypes;
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecExtTypes.idl101 unsigned int bufferTypes; /** Supported buffer types */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecExtTypes.idl101 unsigned int bufferTypes; /** Supported buffer types */
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp178 ImageEffect_BufferType bufferTypes[] = { ImageEffect_BufferType::EFFECT_BUFFER_TYPE_PIXEL }; in SetUp() local
179 …OH_EffectFilterInfo_SetSupportedBufferTypes(filterInfo_, sizeof(bufferTypes) / sizeof(ImageEffect_… in SetUp()
180 bufferTypes); in SetUp()
H A Dimage_effect_capi_unittest.cpp77 ImageEffect_BufferType bufferTypes[] = { ImageEffect_BufferType::EFFECT_BUFFER_TYPE_PIXEL }; in SetUp() local
78 …OH_EffectFilterInfo_SetSupportedBufferTypes(filterInfo_, sizeof(bufferTypes) / sizeof(ImageEffect_… in SetUp()
79 bufferTypes); in SetUp()
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecExtTypes.idl116 unsigned int bufferTypes; /** Supported buffer types */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/
H A Ddump.txt197 unsigned int bufferTypes;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp522 (type.bufferTypes & CODEC_BUFFER_TYPE_DYNAMIC_HANDLE) && in ReadyToStart()
H A Dhcodec.cpp572 …if (GetParameter(OMX_IndexParamSupportBufferType, type) && (type.bufferTypes & CODEC_BUFFER_TYPE_D… in AllocateAvLinearBuffers()
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp310 ASSERT_TRUE(bufferType.bufferTypes & CODEC_BUFFER_TYPE_DMA_MEM_FD) ;