HomeSort by relevance Sort by last modified time
    Searched refs:codec_info (Results 1 - 25 of 25) sorted by null

  /hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c 103 tCODEC_INFO_SBC codec_info; member in struct:__anon29138
188 static void brcm_vnd_map_a2d_uipc_codec_info(tCODEC_INFO_SBC *codec_info)
190 switch(codec_info->sampling_freq) {
192 codec_info->sampling_freq = CODEC_INFO_SBC_SF_16K; break;
194 codec_info->sampling_freq = CODEC_INFO_SBC_SF_32K; break;
196 codec_info->sampling_freq = CODEC_INFO_SBC_SF_44K; break;
198 codec_info->sampling_freq = CODEC_INFO_SBC_SF_48K; break;
201 switch(codec_info->channel_mode) {
203 codec_info->channel_mode = CODEC_INFO_SBC_CH_MONO; break;
205 codec_info->channel_mode = CODEC_INFO_SBC_CH_DUAL; break
    [all...]
  /external/webrtc/webrtc/modules/utility/include/
file_recorder.h 57 virtual int32_t codec_info(CodecInst& codecInst) const = 0;
  /system/bt/bta/av/
bta_av_aact.c 477 (p_msg->msg.reconfig_cfm.p_cfg->codec_info[0]<<16)+(p_msg->msg.reconfig_cfm.p_cfg->codec_info[1]<<8)+p_msg->msg.reconfig_cfm.p_cfg->codec_info[2],
478 (p_msg->msg.reconfig_cfm.p_cfg->codec_info[3]<<16)+(p_msg->msg.reconfig_cfm.p_cfg->codec_info[4]<<8)+p_msg->msg.reconfig_cfm.p_cfg->codec_info[5],
479 (p_msg->msg.reconfig_cfm.p_cfg->codec_info[6]<<16)+(p_msg->msg.reconfig_cfm.p_cfg->codec_info[7]<<8)+p_msg->msg.reconfig_cfm.p_cfg->codec_info[8],
480 p_msg->msg.reconfig_cfm.p_cfg->codec_info[9])
    [all...]
bta_av_api.c 345 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
bta_av_int.h 313 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */ member in struct:__anon72762
bta_av_main.c 648 if ((*bta_av_a2d_cos.init)(&codec_type, cs.cfg.codec_info,
    [all...]
  /external/webrtc/webrtc/modules/media_file/
media_file.h 173 virtual int32_t codec_info(CodecInst& codecInst) const = 0;
media_file_impl.h 93 int32_t codec_info(CodecInst& codecInst) const override;
media_file_utility.h 175 int32_t codec_info(CodecInst& codecInst);
media_file_impl.cc 534 if(_ptrFileUtilityObj->codec_info(codec_info_) == -1)
1056 int32_t MediaFileImpl::codec_info(CodecInst& codecInst) const function in class:webrtc::MediaFileImpl
media_file_utility.cc 1351 int32_t ModuleFileUtility::codec_info(CodecInst& codecInst) function in class:webrtc::ModuleFileUtility
    [all...]
  /external/webrtc/webrtc/modules/utility/source/
file_recorder_impl.h 60 virtual int32_t codec_info(CodecInst& codecInst) const;
file_recorder_impl.cc 246 int32_t FileRecorderImpl::codec_info(CodecInst& codecInst) const function in class:webrtc::FileRecorderImpl
file_player_impl.cc 386 if ((_fileModule.codec_info(_codec) == -1))
  /system/bt/hci/include/
bt_vendor_lib.h 369 uint8_t codec_info[10]; /* Codec capabilities array */ member in struct:__anon73444
  /system/bt/btif/include/
btif_media.h 98 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon73334
262 ** Description Decode and display codec_info (for debug)
  /system/bt/bta/include/
bta_av_co.h 70 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon73056
bta_av_api.h 460 UINT8 *codec_info; member in struct:__anon73052
  /system/bt/stack/avdt/
avdt_scb_act.c 79 return ((UINT32)(p_scb->cs.cfg.codec_info[1] | p_scb->cs.cfg.codec_info[2]));
747 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
831 if(p_scb->cs.cfg.codec_info[AVDT_CODEC_TYPE_INDEX] == p_cfg->codec_info[AVDT_CODEC_TYPE_INDEX])
    [all...]
avdt_msg.c 298 len = p_cfg->codec_info[0] + 1;
302 memcpy(*p, p_cfg->codec_info, len);
751 p_cfg->codec_info[0] = elem_len;
752 memcpy(&p_cfg->codec_info[1], p, tmp);
    [all...]
  /system/bt/bta/ag/
bta_ag_sco.c 447 tBTA_CODEC_INFO codec_info = {BTA_SCO_CODEC_PCM}; local
579 sco_route = bta_dm_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id);
1561 tBTA_CODEC_INFO codec_info = {BTA_SCO_CODEC_PCM}; local
    [all...]
  /system/bt/btif/src/
btif_media_task.c     [all...]
btif_av.c     [all...]
  /system/bt/stack/include/
avdt_api.h 47 /* The index to access the codec type in codec_info[]. */
253 UINT8 codec_info[AVDT_CODEC_SIZE]; /* Codec capabilities array */ member in struct:__anon73648
    [all...]
  /hardware/broadcom/libbt/include/
uipc_msg.h 605 tCODEC_INFO codec_info; member in struct:__anon29115

Completed in 1251 milliseconds