Home
last modified time | relevance | path

Searched refs:specVersion (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_comp_ver_info_v10.md23 | union [OMX_VERSIONTYPE](union_o_m_x___v_e_r_s_i_o_n_t_y_p_e_v10.md)[specVersion](#specversion) | …
60 ### specVersion subsection
63 union OMX_VERSIONTYPE CompVerInfo::specVersion
H A D_comp_ver_info_v20.md23 | union [OMX_VERSIONTYPE](union_o_m_x___v_e_r_s_i_o_n_t_y_p_e_v20.md)[specVersion](#specversion) | …
59 ### specVersion subsection
62 union OMX_VERSIONTYPE CompVerInfo::specVersion
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h207 union OMX_VERSIONTYPE specVersion; /** The spec version of the component. */ member
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp228 .specVersion = 25,
232 .specVersion = 1,
236 .specVersion = 4,
240 .specVersion = 1,
247 .specVersion = 70,
251 .specVersion = 2,
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp474 … "physical device extension: %s %u", extensions[idx].extensionName, extensions[idx].specVersion); in GetWrapper()
526 value.specVersion = 1; in HasExtension()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_types.cpp.txt688 …if (!data.WriteUnpadBuffer((const void*)&dataBlock.specVersion, sizeof(OHOS::HDI::Codec::V1_0::Cod…
689 HDF_LOGE("%{public}s: write dataBlock.specVersion failed!", __func__);
724 …if (memcpy_s(&dataBlock.specVersion, sizeof(OHOS::HDI::Codec::V1_0::CodecVersionType), specVersion…
725 HDF_LOGE("%{public}s: failed to memcpy dataBlock.specVersion", __func__);
H A Dcodec_types.h.txt292 OHOS::HDI::Codec::V1_0::CodecVersionType specVersion;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_types.cpp.txt698 …if (!data.WriteUnpadBuffer((const void*)&dataBlock.specVersion, sizeof(OHOS::HDI::Codec::V2_0::Cod…
699 HDF_LOGE("%{public}s: write dataBlock.specVersion failed!", __func__);
734 …if (memcpy_s(&dataBlock.specVersion, sizeof(OHOS::HDI::Codec::V2_0::CodecVersionType), specVersion…
735 HDF_LOGE("%{public}s: failed to memcpy dataBlock.specVersion", __func__);
H A Dcodec_types.h.txt293 OHOS::HDI::Codec::V2_0::CodecVersionType specVersion;
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp159 …err = memcpy_s(&verInfo.specVersion, sizeof(verInfo.specVersion), &sepcVersion, sizeof(sepcVersion… in GetComponentVersion()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/
H A Ddump.txt370 ohos.hdi.codec.v1_0.CodecVersionType specVersion;
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp100 …OMX_GetComponentVersion(comp_, verInfo.compName, &verInfo.compVersion, &verInfo.specVersion, &verI… in GetComponentVersion()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/
H A Ddump.txt567 ohos.hdi.codec.v2_0.CodecVersionType specVersion;
/ohos5.0/drivers/interface/codec/v1_0/
H A DCodecTypes.idl381 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is …
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecTypes.idl384 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is b…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/
H A DCodecTypes.idl381 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecTypes.idl384 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is b…
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecTypes.idl467 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is b…