/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
H A D | viddec_parse_sc_fast_loop.c | 47 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 D | QCameraHAL3MainTestContext.cpp | 277 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 D | alsaucm_test.c | 89 char ch; local 95 read_count = read(fd, &ch, 1); 104 if (ch != '\n') { 105 strlcat(cmdstr, &ch , (2+strlen(cmdstr)));
|
H A D | aplay.c | 472 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 D | arec.c | 387 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 D | alsa_audio.h | 40 struct snd_pcm_channel_info ch[2]; member in struct:pcm
|
H A D | alsa_pcm.c | 135 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 D | mm_qcamera_snapshot.c | 660 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 D | LocApiBase.cpp | 49 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 D | LocApiBase.cpp | 49 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 D | LocApiBase.cpp | 49 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 D | LocApiBase.cpp | 48 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 D | LocApiBase.cpp | 49 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 D | LocApiBase.cpp | 49 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 D | LocApiBase.cpp | 49 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 D | LocApiBase.cpp | 49 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 D | QCameraChannel.cpp | 318 * @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 D | QCamera2HWI.h | 494 int32_t configureOnlineRotation(QCameraChannel &ch); 716 QCameraChannel *ch; member in struct:qcamera::QCamera2HardwareInterface::__anon1875
|
H A D | QCamera2HWI.cpp | 5272 * @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 D | hw_ar3k.c | 246 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 D | hw_ar3k.c | 246 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 D | hw_ar3k.c | 248 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 D | hw_ar3k.c | 252 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 D | hw_ar3k.c | 248 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 D | mm_camera.h | 570 mm_channel_t *ch; member in struct:__anon2346 603 mm_channel_t ch[MM_CAMERA_CHANNEL_MAX]; member in struct:mm_camera_obj
|