Home
last modified time | relevance | path

Searched defs:component (Results 476 - 500 of 1370) sorted by relevance

1...<<11121314151617181920>>...55

/kernel/linux/linux-6.6/sound/soc/rockchip/
H A Drk3399_gru_sound.c175 struct snd_soc_component *component = asoc_rtd_to_codec(rtd, 0)->component; in rockchip_sound_cdndp_init() local
192 struct snd_soc_component *component = asoc_rtd_to_codec(rtd, 0)->component; in rockchip_sound_da7219_init() local
/kernel/linux/linux-6.6/sound/soc/sh/
H A Dsiu_pcm.c291 static int siu_pcm_open(struct snd_soc_component *component, in siu_pcm_open() argument
333 static int siu_pcm_close(struct snd_soc_component *component, in siu_pcm_close() argument
356 static int siu_pcm_prepare(struct snd_soc_component *component, in siu_pcm_prepare() argument
403 static int siu_pcm_trigger(struct snd_soc_component *component, in siu_pcm_trigger() argument
447 siu_pcm_pointer_dma(struct snd_soc_component *component, in siu_pcm_pointer_dma() argument
483 static int siu_pcm_new(struct snd_soc_component *component, in siu_pcm_new() argument
528 static void siu_pcm_free(struct snd_soc_component *component, in siu_pcm_free() argument
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-ac97.c49 struct snd_soc_component *component; member
70 struct snd_soc_component *component = gpio_to_component(chip); in snd_soc_ac97_gpio_direction_in() local
79 struct snd_soc_component *component = gpio_to_component(chip); in snd_soc_ac97_gpio_get() local
94 struct snd_soc_component *component = gpio_to_component(chip); in snd_soc_ac97_gpio_set() local
106 struct snd_soc_component *component = gpio_to_component(chip); snd_soc_ac97_gpio_direction_out() local
125 snd_soc_ac97_init_gpio(struct snd_ac97 *ac97, struct snd_soc_component *component) snd_soc_ac97_init_gpio() argument
152 snd_soc_ac97_init_gpio(struct snd_ac97 *ac97, struct snd_soc_component *component) snd_soc_ac97_init_gpio() argument
173 snd_soc_alloc_ac97_component(struct snd_soc_component *component) snd_soc_alloc_ac97_component() argument
212 snd_soc_new_ac97_component(struct snd_soc_component *component, unsigned int id, unsigned int id_mask) snd_soc_new_ac97_component() argument
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H A Dconstants.py87 component = "ComponentKit" variable in CKit
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_mdk_test.cpp394 struct OhosImageComponent component; in JsImageGetComponent() local
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.cpp76 bool FunctionUtil::InitBufferHandleParameter(sptr<ICodecComponent> component, OMX_PARAM_PORTDEFINITIONTYPE &param, in InitBufferHandleParameter() argument
140 bool FunctionUtil::UseDynaBuffer(sptr<ICodecComponent> component, enum PortIndex port, int bufferCount, in UseDynaBuffer() argument
169 bool FunctionUtil::UseHandleBuffer(sptr<ICodecComponent> component, enum PortIndex port, in UseHandleBuffer() argument
198 bool FunctionUtil::UseBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port, in UseBufferOnPort() argument
229 AllocateBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port, int32_t bufferCount, int32_t bufferSize) AllocateBufferOnPort() argument
268 FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port) FreeBufferOnPort() argument
286 GetPortParameter(sptr<ICodecComponent> component, PortIndex index, OMX_PARAM_PORTDEFINITIONTYPE &param) GetPortParameter() argument
319 FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type) FillAndEmptyAllBuffer() argument
353 WaitState(sptr<ICodecComponent> component, CodecStateType objState) WaitState() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmdec.c65 int component; in mdec_decode_block_intra() local
H A Dmpeg12.c241 int dc, diff, i = 0, component; in ff_mpeg1_decode_block_intra() local
H A Dmotionpixels.c174 static av_always_inline int mp_gradient(MotionPixelsContext *mp, int component, int v) in mp_gradient() argument
H A Dspeedhqenc.c157 static inline void encode_dc(PutBitContext *pb, int diff, int component) in encode_dc() argument
195 int component, val; in encode_block() local
/third_party/backends/backend/
H A Dcanon-scsi.c403 get_density_curve (int fd, int component, void *buf, size_t *buf_size, in get_density_curve() argument
448 set_density_curve (int fd, int component, void *buf, size_t *buf_size, in set_density_curve() argument
654 get_density_curve_fs2710 (SANE_Handle handle, int component, u_char *buf, in get_density_curve_fs2710() argument
667 set_density_curve_fs2710 (SANE_Handle handle, int component, u_char *buf) in set_density_curve_fs2710() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarFrame.java103 private static void add(Container container, Component component, in add() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_scalar.c147 unsigned component = nir_intrinsic_component(chan_intr); in lower_store_output_to_scalar() local
35 set_io_semantics(nir_intrinsic_instr *scalar_intr, nir_intrinsic_instr *vec_intr, unsigned component) set_io_semantics() argument
[all...]
H A Dnir_inline_uniforms.c50 src_only_uses_uniforms(const nir_src *src, int component, in src_only_uses_uniforms() argument
139 is_induction_variable(const nir_src *src, int component, nir_loop_info *info, in is_induction_variable() argument
190 unsigned component = 0; add_inlinable_uniforms() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.h49 unsigned component; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_print_visitor.cpp161 char component[32] = {0}; in visit() local
H A Dlink_varyings.cpp329 check_location_aliasing(struct explicit_location_info explicit_locations[][4], ir_variable *var, unsigned location, unsigned component, unsigned location_limit, const glsl_type *type, unsigned interpolation, bool centroid, bool sample, bool patch, gl_shader_program *prog, gl_shader_stage stage) check_location_aliasing() argument
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c513 rogue_coeff_index_fs(struct rogue_iterator_args *args, gl_varying_slot location, size_t component) rogue_coeff_index_fs() argument
545 rogue_output_index_vs(struct rogue_vertex_outputs *outputs, gl_varying_slot location, size_t component) rogue_output_index_vs() argument
[all...]
H A Drogue_operand.h133 size_t component; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.h181 auto& component(int i) { return m_access_record[i]; } in component() function in r600::RegisterAccess
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_inline_uniforms.c34 src_only_uses_uniforms(const nir_src *src, int component, in src_only_uses_uniforms() argument
120 is_induction_variable(const nir_src *src, int component, nir_loop_info *info, in is_induction_variable() argument
172 unsigned component = 0; add_inlinable_uniforms() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dsurface.c182 vlVdpVideoSurfaceSize(vlVdpSurface *p_surf, int component, in vlVdpVideoSurfaceSize() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c296 unsigned component[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push() local
190 bi_find_component(adjacency_row *adjacency, BITSET_WORD *visited, unsigned *component, unsigned *size, unsigned node) bi_find_component() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c84 unsigned i, j, component; in nouveau_vp3_video_buffer_create() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c217 gpir_create_load(gpir_block *block, nir_dest *dest, int op, int index, int component) gpir_create_load() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...55