Searched defs:ch (Results 1 - 25 of 27) sorted by relevance

12

/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/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3MainTestContext.cpp277 char ch = '0'; local
287 std::cin >> ch; local
288 } while(!(ch >= '1' && ch <= '9'));
289 choice = ch -'0';
/hardware/qcom/audio/legacy/libalsa-intf/
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 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 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 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/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c660 mm_camera_channel_t *ch = NULL; local
665 ch = mm_app_get_channel_by_type(test_obj, MM_CHANNEL_TYPE_CAPTURE);
667 rc = mm_app_stop_channel(test_obj, ch);
672 for ( i = 0 ; i < ch->num_streams ; i++ ) {
673 mm_app_del_stream(test_obj, ch, &ch->streams[i]);
679 mm_app_del_channel(test_obj, ch);
743 mm_camera_channel_t *ch = NULL; local
745 ch = mm_app_get_channel_by_type(test_obj, MM_CHANNEL_TYPE_CAPTURE);
747 rc = mm_app_stop_and_del_channel(test_obj, ch);
[all...]
/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/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/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/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/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
/hardware/qcom/gps/sdm845/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/camera/msm8998/QCamera2/HAL/
H A DQCameraChannel.cpp318 * @ch : Channel which the stream belongs to
325 int32_t QCameraChannel::linkStream(QCameraChannel *ch, QCameraStream *stream) argument
329 if ((0 == m_handle) || (NULL == ch) || (NULL == stream)) {
334 ch->getMyHandle(),
H A DQCamera2HWI.h494 int32_t configureOnlineRotation(QCameraChannel &ch);
716 QCameraChannel *ch; member in struct:qcamera::QCamera2HardwareInterface::__anon1875
H A DQCamera2HWI.cpp5272 * @ch : Channel containing a snapshot stream
5278 int32_t QCamera2HardwareInterface::configureOnlineRotation(QCameraChannel &ch) argument
5284 for (uint8_t i = 0; i < ch.getNumOfStreams(); i++) {
5285 QCameraStream *stream = ch.getStreamByIndex(i);
10475 QCameraChannel * pChannel = dw->args.allocArgs.ch;
/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.c252 hci_command_hdr *ch = (void *)cmd; local
254 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
256 ch->plen = len + PS_HDR_LEN;
396 hci_command_hdr *ch = (void *)ptr; local
402 ch->opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF,
404 ch->plen = 2;
437 #define __is_delim(ch) ((ch) == ':')
688 hci_command_hdr *ch = (void *)cmd; local
692 ch
774 hci_command_hdr *ch = (void *)cmd; local
816 hci_command_hdr *ch = (void *)cmd; local
1064 hci_command_hdr *ch = (void *)ptr; local
[all...]
/hardware/qcom/bt/sdm845/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/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h570 mm_channel_t *ch; member in struct:__anon2346
603 mm_channel_t ch[MM_CAMERA_CHANNEL_MAX]; member in struct:mm_camera_obj

Completed in 1695 milliseconds

12