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

  /external/chromium_org/media/filters/
stream_parser_factory.cc 248 // Verify that |codec_info| is supported on this platform.
250 // Returns true if |codec_info| is a valid audio/video codec and is allowed.
251 // |audio_codecs| has |codec_info|.tag added to its list if |codec_info| is an
253 // |video_codecs| has |codec_info|.tag added to its list if |codec_info| is a
258 const CodecInfo* codec_info,
261 switch (codec_info->type) {
264 if (codec_info->tag == CodecInfo::HISTOGRAM_EAC3) {
271 audio_codecs->push_back(codec_info->tag)
319 const CodecInfo* codec_info = type_info.codecs[0]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
file_recorder.h 61 virtual int32_t codec_info(CodecInst& codecInst) const = 0;
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 472 (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],
473 (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],
474 (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],
475 p_msg->msg.reconfig_cfm.p_cfg->codec_info[9])
    [all...]
bta_av_api.c 323 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
bta_av_int.h 309 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */ member in struct:__anon5071
bta_av_main.c 651 (*bta_av_a2d_cos.init)(&codec_type, cs.cfg.codec_info,
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_media.h 97 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon5668
248 ** Description Decode and display codec_info (for debug)
  /external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file.h 216 virtual int32_t codec_info(CodecInst& codecInst) const = 0;
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.h 68 virtual int32_t codec_info(CodecInst& codecInst) const;
file_player_impl.cc 399 if ((_fileModule.codec_info(_codec) == -1))
file_recorder_impl.cc 300 int32_t FileRecorderImpl::codec_info(CodecInst& codecInst) const function in class:webrtc::FileRecorderImpl
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 70 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon5375
bta_av_api.h 457 UINT8 *codec_info; member in union:__anon5372
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.h 92 virtual int32_t codec_info(CodecInst& codecInst) const OVERRIDE;
media_file_utility.h 231 int32_t codec_info(CodecInst& codecInst);
media_file_impl.cc 613 _ptrFileUtilityObj->codec_info(codec_info_);
625 if(_ptrFileUtilityObj->codec_info(codec_info_) == -1)
1070 (_ptrFileUtilityObj->codec_info(tmpAudioCodec) != 0))
1256 int32_t MediaFileImpl::codec_info(CodecInst& codecInst) const function in class:webrtc::MediaFileImpl
    [all...]
media_file_utility.cc 2034 int32_t ModuleFileUtility::codec_info(CodecInst& codecInst) function in class:webrtc::ModuleFileUtility
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 1019 memcpy(p_buf->codec_info,p_av, AVDT_CODEC_SIZE);
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 76 return ((UINT32)(p_scb->cs.cfg.codec_info[1] | p_scb->cs.cfg.codec_info[2]));
735 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
819 if(p_scb->cs.cfg.codec_info[AVDT_CODEC_TYPE_INDEX] == p_cfg->codec_info[AVDT_CODEC_TYPE_INDEX])
    [all...]
avdt_msg.c 296 len = p_cfg->codec_info[0] + 1;
300 memcpy(*p, p_cfg->codec_info, len);
749 p_cfg->codec_info[0] = elem_len;
750 memcpy(&p_cfg->codec_info[1], p, tmp);
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 454 tBTA_CODEC_INFO codec_info = {BTA_SCO_CODEC_PCM}; local
586 sco_route = bta_dm_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id);
1567 tBTA_CODEC_INFO codec_info = {BTA_SCO_CODEC_PCM}; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
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:__anon5936
    [all...]
uipc_msg.h 376 tCODEC_INFO codec_info; member in struct:__anon6264
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 145 VideoCodecInformation* codec_info = NULL,
rtp_sender.cc 409 VideoCodecInformation *codec_info, const RTPVideoTypeHeader *rtp_type_hdr) {
445 fragmentation, codec_info,
    [all...]

Completed in 439 milliseconds