/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 63 void Set(Index index, float value) {} in Set() argument 67 float Get(int /* index */) const in Get()
|
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/ |
H A D | foreach_element.h | 31 using ComponentFunction = std::function<RefPtr<Component>(int32_t index)>; 46 // new child from Component place to index 0 47 // old child moves from index 0 to 1 48 // old child moves from index 1 to 2 49 // old child at index 2 delete
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_textpicker_modifier.h | 35 const std::vector<NG::TextCascadePickerOptions>& options, uint32_t index, std::vector<uint32_t>& selectedValues);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_layout_algorithm.h | 38 void ChangeAmPmTextStyle(uint32_t index, uint32_t showOptionCount, const SizeF& size,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_node.h | 68 RefPtr<FrameNode> GetFrameNode(int32_t index) override;
|
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | i_stream.h | 65 virtual void SetStreamIndex(uint32_t index) = 0;
|
/foundation/multimedia/av_codec/services/dfx/include/ |
H A D | avcodec_xcollie.h | 29 void CancelTimer(uint64_t index);
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_api_impl.h | 44 const Property* MetaData(size_t index) const override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | text_line_impl.h | 54 double GetOffsetForStringIndex(int32_t index) const override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | text_line_base.h | 43 double GetOffsetForStringIndex(int32_t index) const override;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_dfx.h | 40 uint32_t index; member
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/ |
H A D | video_processing_callback_native.h | 49 void OnNewOutputBuffer(OH_VideoProcessing* instance, uint32_t index, void* userData) const;
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_avbuffer_flac_encoder_demo.h | 61 void HandleEOS(const uint32_t &index);
|
/foundation/multimedia/media_foundation/video_processing_engine/interface/kits/c/ |
H A D | video_processing.h | 249 * If the callback function {@link OH_VideoProcessingCallback_OnNewOutputBuffer} is set, the buffer's index is reported 253 * @param index The output buffer's index. 256 * {@link VIDEO_PROCESSING_ERROR_INVALID_PARAMETER} if index is invalid. \n 261 VideoProcessing_ErrorCode OH_VideoProcessing_RenderOutputBuffer(OH_VideoProcessing* videoProcessor, uint32_t index);
|
/foundation/multimedia/av_codec/test/unittest/demuxer_test/ |
H A D | demuxer_unit_test.h | 42 void CountFrames(uint32_t index);
|
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_controller.h | 50 int32_t ReleaseOutputBufferImpl(uint32_t index, bool render);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | store_meta_data_local.h | 26 uint32_t index = 0; member
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/derived/ |
H A D | dcamera_time_statistician.h | 45 void SetFrameIndex(const int32_t index);
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_sync_utils.h | 35 uint32_t index;
member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile.h | 238 * @param number The index of the memory. 246 * @param index The index of voice tag. 249 bool SendVoiceTag(int index); 262 * @param idx Index to specific, default 0(mean no index).
|
/third_party/elfutils/libelf/ |
H A D | elf_getshdrnum.c | 65 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index; in __elf_getshdrnum_rdlock()
|
/third_party/ffmpeg/libavcodec/ |
H A D | codec.h | 377 * Values of index from zero to some maximum return the indexed configuration 381 const AVCodecHWConfig *avcodec_get_hw_config(const AVCodec *codec, int index);
|
H A D | mediacodecdec_common.h | 102 ssize_t index; member
|
/third_party/curl/tests/libtest/ |
H A D | lib1945.c | 40 (int)header->index, (int)header->amount); in showem()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_h263.c | 80 pkt->stream_index = st->index; in ff_h263_handle_packet()
|