Searched defs:frequency (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.cpp127 unsigned char frequency[16]; local
177 frequency[nIndex] = (sad[nIndex] >> 8) & 0xFF;
192 ALOGV("Frequency Byte %d\n", frequency[i]);
193 pInfo->AudioBlocksArray[i].nSamplingFreq = getSamplingFrequencyFromEDID(frequency[i]);
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Daudio_parser.c329 static inline int mp3_calculate_frame_duration(int frequency) argument
331 return 1152 * 1000 / frequency;
336 int *frequency, int *channel, int *mode_extension,
348 if (!version || !layer || !crc || !bitrate || !frequency ||
396 *frequency = psampling_rate_table[samplingrate_index];
399 *frame_length = mp3_calculate_frame_length(*bitrate, *frequency,
401 *frame_duration = mp3_calculate_frame_duration(*frequency);
412 LOGV(" sampling rate: 0x%x, %u\n", header.samplingrate_index, *frequency);
437 * - aot escape, explicit frequency
562 int *aot, int *frequency, in
334 mp3_header_parse(const unsigned char *buffer, int *version, int *layer, int *crc, int *bitrate, int *frequency, int *channel, int *mode_extension, int *frame_length, int *frame_duration) argument
561 audio_specific_config_parse(const unsigned char *buffer, int *aot, int *frequency, int *channel) argument
591 audio_specific_config_bitcoding(unsigned char *buffer, int aot, int frequency, int channel) argument
[all...]
/hardware/libhardware/modules/radio/
H A Dradio_hw.c339 int frequency; local
340 frequency = tuner->program.channel;
342 frequency += tuner->config.spacings[0];
344 frequency -= tuner->config.spacings[0];
346 if (frequency > (int)tuner->config.upper_limit) {
347 frequency = tuner->config.lower_limit;
349 if (frequency < (int)tuner->config.lower_limit) {
350 frequency = tuner->config.upper_limit;
352 tuner->program.channel = frequency;
353 tuner->program.tuned = (frequency / (tune
366 int frequency; local
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h985 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h253 #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */
976 /* Standards for Countries with 60Hz Line frequency */
981 /* Standards for Countries with 50Hz Line frequency */
1390 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h1070 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h259 #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */
1034 /* Standards for Countries with 60Hz Line frequency */
1039 /* Standards for Countries with 50Hz Line frequency */
1495 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h984 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h250 #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */
973 /* Standards for Countries with 60Hz Line frequency */
978 /* Standards for Countries with 50Hz Line frequency */
1387 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h1834 __u32 frequency; member in struct:v4l2_frequency
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h269 #define V4L2_CAP_HW_FREQ_SEEK 0x00000400 /* Can do hardware frequency seek */
955 /* Standards for Countries with 60Hz Line frequency */
960 /* Standards for Countries with 50Hz Line frequency */
2092 __u32 frequency; member in struct:v4l2_frequency

Completed in 194 milliseconds