Home
last modified time | relevance | path

Searched refs:componentIndex (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_comp_info_v10.md21 | unsigned int [componentIndex](#componentindex) | 颜色分量索引 |
57 ### componentIndex subsection
60 unsigned int CodecJpegCompInfo::componentIndex
H A D_codec_jpeg_comp_info_v20.md21 | unsigned int [componentIndex](#componentindex) | 颜色分量索引 |
57 ### componentIndex subsection
60 unsigned int CodecJpegCompInfo::componentIndex
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp179 jerry_value_t componentIndex = jerry_create_number(index); in EventExcute() local
180 jerry_value_t args[ARGS_LEN] = {currentStateValue, componentIndex}; in EventExcute()
182 ReleaseJerryValue(currentStateValue, componentIndex, VA_ARG_END_FLAG); in EventExcute()
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h60 uint32_t componentIndex; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_circle.cpp39 RefPtr<IndexerComponent> componentIndex = AceType::DynamicCast<IndexerComponent>(component); in Update() local
40 if (componentIndex) { in Update()
41 … itemMaxCount_ = std::clamp(componentIndex->GetMaxShowCount(), 1, INDEXER_ITEM_MAX_COUNT + 1); in Update()
42 hasCollapseItem_ = componentIndex->HasCollapseItem(); in Update()
45 … AceAsyncEvent<void(const std::string&)>::Create(componentIndex->GetIndexerChange(), context_); in Update()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/dump_ast_target/
H A Ddump.txt92 unsigned int componentIndex;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/cpp_target/codec/image/v1_0/
H A Dcodec_image_type.h.txt117 uint32_t componentIndex;
/ohos5.0/drivers/interface/codec/image/v1_0/
H A DCodecImageType.idl131 unsigned int componentIndex; /**< CompInfo index in JpegDecInfo. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/
H A DCodecImageType.idl131 unsigned int componentIndex; /**< CompInfo index in JpegDecInfo. */
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp212 .componentIndex = jpegCompressInfo->comp_info[i].component_index, in AssembleComponentInfo()
/ohos5.0/drivers/interface/codec/image/v2_0/
H A DCodecImageType.idl155 unsigned int componentIndex; /**< CompInfo index in JpegDecInfo. */