Home
last modified time | relevance | path

Searched refs:note (Results 201 - 225 of 270) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/include/sound/
H A Demux_synth.h108 struct timer_list tlist; /* for pending note-offs */
164 unsigned char note; /* Note currently assigned to this voice */ member
166 unsigned char velocity; /* Velocity of current note */
168 struct snd_sf_zone *zone; /* Zone assigned to this note */
170 struct snd_midi_channel *chan; /* Midi channel for this note */
174 unsigned long ontime; /* jiffies at note triggered */
H A Dopl3.h273 unsigned char note; /* Note currently assigned to this voice */ member
275 unsigned long note_off; /* note-off time */
276 int note_off_check; /* check note-off time */
280 struct snd_midi_channel *chan; /* Midi channel for this note */
331 struct timer_list tlist; /* timer for note-offs and effects */
/kernel/linux/linux-6.6/include/sound/
H A Demux_synth.h108 struct timer_list tlist; /* for pending note-offs */
164 unsigned char note; /* Note currently assigned to this voice */ member
166 unsigned char velocity; /* Velocity of current note */
168 struct snd_sf_zone *zone; /* Zone assigned to this note */
170 struct snd_midi_channel *chan; /* Midi channel for this note */
174 unsigned long ontime; /* jiffies at note triggered */
H A Dopl3.h273 unsigned char note; /* Note currently assigned to this voice */ member
275 unsigned long note_off; /* note-off time */
276 int note_off_check; /* check note-off time */
280 struct snd_midi_channel *chan; /* Midi channel for this note */
331 struct timer_list tlist; /* timer for note-offs and effects */
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c241 char *note) in tvaudio_setmode()
253 if (note) in tvaudio_setmode()
255 note, audio->name, in tvaudio_setmode()
239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument
/kernel/linux/linux-5.10/include/asm-generic/
H A Dvmlinux.lds.h66 #define NOTES_HEADERS :text :note
931 * Discard .note.GNU-stack, which is emitted as PROGBITS by the compiler.
935 /DISCARD/ : { *(.note.GNU-stack) } \
938 KEEP(*(.note.*)) \
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c241 char *note) in tvaudio_setmode()
253 if (note) in tvaudio_setmode()
255 note, audio->name, in tvaudio_setmode()
239 tvaudio_setmode(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, char *note) tvaudio_setmode() argument
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h131 std::string note{""};
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile90 # .note.gnu.property for code-less object files (like lib/ctype.c),
93 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Ddivu.S57 ;; RETURN A may happen here (note: must happen before the next branch)
H A Ddivremu.S45 ;; RETURN A may happen here (note: must happen before the next branch)
H A Dremu.S47 ;; RETURN A may happen here (note: must happen before the next branch)
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A DMakefile60 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S
/kernel/linux/linux-5.10/arch/x86/boot/
H A DMakefile87 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/parisc/
H A DMakefile78 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile106 # .note.gnu.property for code-less object files (like lib/ctype.c),
109 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp45 contact.note = GetNote(env, object); in GetContactDataByObject()
485 if (!contact.note.noteContent.empty() || contact.note.noteContent != "") { in GetValuesBucketNote()
487 valuesBucketNote.Put("detail_info", contact.note.noteContent); in GetValuesBucketNote()
488 valuesBucketNote.Put("content_type", "note"); in GetValuesBucketNote()
813 napi_value noteObj = GetObjectByKey(env, object, "note"); in GetNote()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp686 auto note = noteData->GetNote(); in ConstructNotes() local
687 VCardUtils::Trim(note); in ConstructNotes()
688 if (note.empty()) { in ConstructNotes()
691 AddLineWithCharsetAndQP(VCARD_TYPE_NOTE, { note }); in ConstructNotes()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Dsoundfont.c945 int note, sample_id; in load_guspatch() local
1024 note = freq_to_note(patch.base_note); in load_guspatch()
1025 zone->v.root = note / 100; in load_guspatch()
1026 zone->v.tune = -(note % 100); in load_guspatch()
1215 * The note can be rewritten by preset mapping (alias).
1314 * drums are mapped from 128 to 255 according to its note key.
/kernel/linux/linux-6.6/sound/synth/emux/
H A Dsoundfont.c951 int note, sample_id; in load_guspatch() local
1032 note = freq_to_note(patch.base_note); in load_guspatch()
1033 zone->v.root = note / 100; in load_guspatch()
1034 zone->v.tune = -(note % 100); in load_guspatch()
1225 * The note can be rewritten by preset mapping (alias).
1325 * drums are mapped from 128 to 255 according to its note key.
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp66 bundleName = data.note; in GetBundleName()
286 appStartMetrics.responseLatency = (!record.interactionResponse.note.empty()) ? in CalcMetrics()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c77 enum musical_notes note; member
249 ctx->last_tone = beethoven_fur_elise[e->src_buf_offset].note; in vidtv_s302m_get_sample()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c77 enum musical_notes note; member
249 ctx->last_tone = beethoven_fur_elise[e->src_buf_offset].note; in vidtv_s302m_get_sample()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c873 /* reserve this event to enqueue note-off later */ in snd_seq_dispatch_event()
879 * This was originally a note event. We now re-use the in snd_seq_dispatch_event()
880 * cell for the note-off event. in snd_seq_dispatch_event()
890 ev->time.tick += ev->data.note.duration; in snd_seq_dispatch_event()
894 ev->time.time.tv_nsec += 1000000 * (ev->data.note.duration % 1000); in snd_seq_dispatch_event()
895 ev->time.time.tv_sec += ev->data.note.duration / 1000 + in snd_seq_dispatch_event()
900 ev->data.note.velocity = ev->data.note.off_velocity; in snd_seq_dispatch_event()
902 /* Now queue this cell as the note off event */ in snd_seq_dispatch_event()

Completed in 23 milliseconds

1234567891011