/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _comp_ver_info_v10.md | 23 | 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.md | 23 | 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 D | codec_component_type.h | 207 union OMX_VERSIONTYPE specVersion; /** The spec version of the component. */ member
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 228 .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 D | create_functions_vk.cpp | 474 … "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 D | codec_types.cpp.txt | 688 …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 D | codec_types.h.txt | 292 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 D | codec_types.cpp.txt | 698 …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 D | codec_types.h.txt | 293 OHOS::HDI::Codec::V2_0::CodecVersionType specVersion;
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 159 …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 D | dump.txt | 370 ohos.hdi.codec.v1_0.CodecVersionType specVersion;
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 100 …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 D | dump.txt | 567 ohos.hdi.codec.v2_0.CodecVersionType specVersion;
|
/ohos5.0/drivers/interface/codec/v1_0/ |
H A D | CodecTypes.idl | 381 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is …
|
/ohos5.0/drivers/interface/codec/v2_0/ |
H A D | CodecTypes.idl | 384 …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 D | CodecTypes.idl | 381 …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 D | CodecTypes.idl | 384 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is b…
|
/ohos5.0/drivers/interface/codec/v3_0/ |
H A D | CodecTypes.idl | 467 …union CodecVersionType specVersion; /**< Version of the specifications on which the component is b…
|