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.md | 23 | unsigned int [bufferTypes](#buffertypes) | 支持的buffer类型 | 29 ### bufferTypes subsection 32 unsigned int SupportBufferType::bufferTypes
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_omx_ext.h | 190 uint32_t bufferTypes; /** Supported buffer types */ member
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_decode.cpp | 255 err, param.bufferTypes); in CheckAndUseBufferHandle() 265 err, param.bufferTypes); in CheckAndUseBufferHandle()
|
H A D | codec_hdi_encode.cpp | 177 err, param.bufferTypes); in CheckAndUseBufferHandle() 187 err, param.bufferTypes); in CheckAndUseBufferHandle()
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 301 if (!(param.bufferTypes & codecBufferType)) { in CheckSupportBufferType() 303 __func__, codecBufferType, param.bufferTypes); in CheckSupportBufferType()
|
H A D | codec_hdi_encode.cpp | 184 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 D | codec_ext_types.h.txt | 115 uint32_t bufferTypes;
|
/ohos5.0/drivers/interface/codec/v2_0/ |
H A D | CodecExtTypes.idl | 101 unsigned int bufferTypes; /** Supported buffer types */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/ |
H A D | CodecExtTypes.idl | 101 unsigned int bufferTypes; /** Supported buffer types */
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | native_image_effect_unittest.cpp | 178 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 D | image_effect_capi_unittest.cpp | 77 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 D | CodecExtTypes.idl | 116 unsigned int bufferTypes; /** Supported buffer types */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/ |
H A D | dump.txt | 197 unsigned int bufferTypes;
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 522 (type.bufferTypes & CODEC_BUFFER_TYPE_DYNAMIC_HANDLE) && in ReadyToStart()
|
H A D | hcodec.cpp | 572 …if (GetParameter(OMX_IndexParamSupportBufferType, type) && (type.bufferTypes & CODEC_BUFFER_TYPE_D… in AllocateAvLinearBuffers()
|
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 310 ASSERT_TRUE(bufferType.bufferTypes & CODEC_BUFFER_TYPE_DMA_MEM_FD) ;
|