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

  /external/chromium_org/media/filters/
stream_parser_factory.cc 194 // Verify that |codec_info| is supported on this platform.
196 // Returns true if |codec_info| is a valid audio/video codec and is allowed.
197 // |audio_codecs| has |codec_info|.tag added to its list if |codec_info| is an
199 // |video_codecs| has |codec_info|.tag added to its list if |codec_info| is a
204 const CodecInfo* codec_info,
207 switch (codec_info->type) {
210 if (codec_info->tag == CodecInfo::HISTOGRAM_EAC3) {
217 audio_codecs->push_back(codec_info->tag)
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 421 (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],
422 (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],
423 (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],
424 p_msg->msg.reconfig_cfm.p_cfg->codec_info[9])
    [all...]
bta_av_api.c 297 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
bta_av_int.h 305 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */ member in struct:__anon2848
bta_av_main.c 590 (*bta_av_a2d_cos.init)(&codec_type, cs.cfg.codec_info,
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 70 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon3105
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 75 return ((UINT32)(p_scb->cs.cfg.codec_info[1] | p_scb->cs.cfg.codec_info[2]));
726 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
810 if(p_scb->cs.cfg.codec_info[AVDT_CODEC_TYPE_INDEX] == p_cfg->codec_info[AVDT_CODEC_TYPE_INDEX])
    [all...]
avdt_msg.c 295 len = p_cfg->codec_info[0] + 1;
299 memcpy(*p, p_cfg->codec_info, len);
742 p_cfg->codec_info[0] = elem_len;
743 memcpy(&p_cfg->codec_info[1], p, tmp);
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 426 tBTA_CODEC_INFO codec_info = {BTA_SCO_CODEC_PCM}; local
531 sco_route = bta_dm_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id);
1484 tBTA_CODEC_INFO codec_info = {BTA_SCO_CODEC_PCM}; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 601 tCODEC_INFO codec_info; member in struct:__anon3895
829 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon3914
avdt_api.h 47 /* The index to access the codec type in codec_info[]. */
258 UINT8 codec_info[AVDT_CODEC_SIZE]; /* Codec capabilities array */ member in struct:__anon3589
    [all...]

Completed in 600 milliseconds