Searched refs:ch (Results 1 - 19 of 19) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_parse_sc_fast_loop.c47 unsigned char ch; local
49 ch = buf[i];
52 if ( FIRST_STARTCODE_BYTE == ch )
75 else if ( THIRD_STARTCODE_BYTE == ch )
/hardware/qcom/audio/legacy/libalsa-intf/
H A Darec.c387 int rec_raw(const char *fg, const char *device, int rate, int ch, argument
408 count = rate * ch * 2;
413 fprintf(stderr, "arec: %d ch, %d hz, %d bit, format %x\n",
414 ch, rate, 16, format);
421 return record_file(rate, ch, fd, count, flag, device);
424 int rec_wav(const char *fg, const char *device, int rate, int ch, const char *fn) argument
448 hdr.num_channels = ch;
451 hdr.byte_rate = (rate * ch * hdr.bits_per_sample) / 8;
452 hdr.block_align = ( hdr.bits_per_sample * ch ) / 8;
459 count = rate * ch *
514 int ch = 1; local
[all...]
H A Daplay.c472 int play_raw(const char *fg, int rate, int ch, const char *device, const char *fn) argument
493 fprintf(stderr, "aplay: Playing '%s': format %s ch = %d\n",
494 fn, get_format_desc(format), ch );
495 return play_file(rate, ch, fd, flag, device, 0);
498 int play_wav(const char *fg, int rate, int ch, const char *device, const char *fn) argument
517 hdr.num_channels = ch;
545 hdr.num_channels = ch;
563 int ch = 2; local
608 ch = (int)strtol(optarg, NULL, 0);
658 rc = play_wav(mmap, rate, ch, devic
[all...]
H A Dalsaucm_test.c89 char ch; local
95 read_count = read(fd, &ch, 1);
104 if (ch != '\n') {
105 strlcat(cmdstr, &ch , (2+strlen(cmdstr)));
H A Dalsa_audio.h40 struct snd_pcm_channel_info ch[2]; member in struct:pcm
H A Dalsa_pcm.c135 const char *ch = format; local
136 if (strcmp(ch, "MP3") == 0) {
139 } else if (strcmp(ch, "AC3_PASS_THROUGH") == 0) {
435 struct snd_pcm_channel_info ch; local
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c246 hci_command_hdr *ch = (void *)cmd; local
248 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
250 ch->plen = len + PS_HDR_LEN;
390 hci_command_hdr *ch = (void *)ptr; local
396 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
398 ch->plen = 2;
431 #define __is_delim(ch) ((ch) == ':')
682 hci_command_hdr *ch = (void *)cmd; local
686 ch
768 hci_command_hdr *ch = (void *)cmd; local
810 hci_command_hdr *ch = (void *)cmd; local
1056 hci_command_hdr *ch = (void *)ptr; local
[all...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c246 hci_command_hdr *ch = (void *)cmd; local
248 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
250 ch->plen = len + PS_HDR_LEN;
390 hci_command_hdr *ch = (void *)ptr; local
396 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
398 ch->plen = 2;
431 #define __is_delim(ch) ((ch) == ':')
682 hci_command_hdr *ch = (void *)cmd; local
686 ch
768 hci_command_hdr *ch = (void *)cmd; local
810 hci_command_hdr *ch = (void *)cmd; local
1056 hci_command_hdr *ch = (void *)ptr; local
[all...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c248 hci_command_hdr *ch = (void *)cmd; local
250 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
252 ch->plen = len + PS_HDR_LEN;
392 hci_command_hdr *ch = (void *)ptr; local
398 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
400 ch->plen = 2;
433 #define __is_delim(ch) ((ch) == ':')
684 hci_command_hdr *ch = (void *)cmd; local
688 ch
770 hci_command_hdr *ch = (void *)cmd; local
812 hci_command_hdr *ch = (void *)cmd; local
1060 hci_command_hdr *ch = (void *)ptr; local
[all...]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c249 hci_command_hdr *ch = (void *)cmd; local
251 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
253 ch->plen = len + PS_HDR_LEN;
393 hci_command_hdr *ch = (void *)ptr; local
399 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
401 ch->plen = 2;
434 #define __is_delim(ch) ((ch) == ':')
685 hci_command_hdr *ch = (void *)cmd; local
689 ch
771 hci_command_hdr *ch = (void *)cmd; local
813 hci_command_hdr *ch = (void *)cmd; local
1061 hci_command_hdr *ch = (void *)ptr; local
[all...]
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.cpp49 char ch = data[i]; local
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp48 char ch = data[i]; local
51 snprintf(&hexstring[i*2], 3, "%02X", ch);
77 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
/hardware/qcom/audio/hal/audio_extn/
H A Daudio_extn.h78 #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) (false)
89 unsigned int *ch,
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dviddec_vc1_parse.c8 #define vc1_is_frame_start_code( ch ) \
9 (( vc1_SCField == ch ||vc1_SCSlice == ch || vc1_SCFrameHeader == ch ) ? 1 : 0)
/hardware/qcom/gps/core/
H A DLocApiBase.cpp49 char ch = data[i]; local
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp49 char ch = data[i]; local
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp49 char ch = data[i]; local
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp49 char ch = data[i]; local
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
/hardware/qcom/gps/msm8998/core/
H A DLocApiBase.cpp49 char ch = data[i]; local
52 snprintf(&hexstring[i*2], 3, "%02X", ch);
78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local

Completed in 183 milliseconds