/device/soc/hisilicon/common/platform/hieth-sf/adapter/ |
H A D | hieth_phy.c | 99 pstPrivData->index = 0;
in InitHiethDriver()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_listbox.h | 56 HI_U32 FieldColIdxInDb; /* Column index in db */ 104 * param[in] item Item index. 105 * param[in] col Column index. 130 * param[in] item Item index. 142 * param[out] item Item index. 201 * param[in] col Column index. 208 * brief Get the start index of current page. 219 * brief Set the start index of current page. 230 * brief Get the index of the end item. 245 * param[in] item Row index [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_task.h | 917 * @param index [IN] Type #UINT32 Switch info array index. 927 extern UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo);
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.h | 108 u32 index; member 139 /* task index for link table rnunning list */
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | typec.h | 161 * @index: SOP Prime for the plug connected to DFP and SOP Double Prime for the 167 enum typec_plug_index index; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | eapol.h | 97 unsigned char index; /* Key Flags & Index */ member 109 /* RC4 EAPOL-Key index */
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.h | 113 u32 index; member 144 /* task index for link table rnunning list */
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/include/ |
H A D | ADecEncNdkSample.h | 103 int32_t PushInbufferDec(uint32_t index, uint32_t bufferSize);
|
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_function_utils.h | 145 int32_t GetPortParameter(sptr<ICodecComponent> component, PortIndex index, OMX_PARAM_PORTDEFINITIONTYPE ¶m);
|
/third_party/elfutils/libelf/ |
H A D | elf_update.c | 204 : 1 + elf->state.elf.scns_last->data[elf->state.elf.scns_last->cnt - 1].index); in elf_update()
|
/third_party/ffmpeg/doc/examples/ |
H A D | qsvdec.c | 215 if (pkt->stream_index == video_st->index) in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_vp9.c | 116 /* check for 1-byte or 2-byte picture index */ in vp9_handle_packet() 173 * X: 1 if this layer index has an extended relative Picture ID. in vp9_handle_packet() 222 * X: 1 if this layer index has an extended relative Picture ID. in vp9_handle_packet() 321 res = ff_rtp_finalize_packet(pkt, &rtp_vp9_ctx->buf, st->index); in vp9_handle_packet()
|
H A D | rtpdec_amr.c | 100 pkt->stream_index = st->index; in amr_handle_packet()
|
H A D | movenc.h | 258 int64_t avif_extent_pos[2]; // index 0 is YUV and 1 is Alpha. 259 int avif_extent_length[2]; // index 0 is YUV and 1 is Alpha. 293 int ff_mov_init_hinting(AVFormatContext *s, int index, int src_index);
|
H A D | rtpdec_h263_rfc2190.c | 179 ret = ff_rtp_finalize_packet(pkt, &data->buf, st->index); in h263_handle_packet()
|
H A D | rtpdec_latm.c | 88 pkt->stream_index = st->index; in latm_parse_packet()
|
/third_party/gn/src/base/win/ |
H A D | registry.h | 68 LONG GetValueNameAt(int index, std::u16string* name) const; 190 // Current index of the iteration. 242 // Current index of the iteration.
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | cpuid.asm | 29 ; void ff_cpu_cpuid(int index, int *eax, int *ebx, int *ecx, int *edx)
|
/third_party/backends/backend/ |
H A D | mustek.h | 287 SANE_Int index[3]; /* index for R/G/B color assignment */ member
|
/third_party/backends/include/sane/ |
H A D | sanei_usb.h | 445 * @param index parameter specific to the request (often used to select 458 SANE_Int value, SANE_Int index, SANE_Int len,
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | GnomeFontInstance.cpp | 194 glyph_t[out].index = glyph; in rasterizeGlyphs()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.h | 59 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ) override; 128 // but in a vector so they can be accessed by index.
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_request.h | 52 uint8_t index, uint8_t retries);
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 222 * index "1" # Index number 351 * index "1" # Index number 370 * The section name is used to define the mixer name. The index number can be 371 * used to identify topology objects groups(index "0" is common, fit for all 372 * user cases).This allows driver operations on objects with index number N and 385 * index "1" # Index number 433 * index "1" # Index number 455 * index "1" # Index number 497 * index "1" # Index number 519 * exclusive and used to include controls into the widget. The index an 1087 int index; /*!< group index for object */ global() member [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_patternstring.h | 90 char16_t charAt(int32_t flags, int32_t index) const U_OVERRIDE;
|