Searched refs:codec_info (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/media/filters/
H A Dstream_parser_factory.cc248 // 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
257 VerifyCodec( const CodecInfo* codec_info, std::vector<CodecInfo::HistogramTag>* audio_codecs, std::vector<CodecInfo::HistogramTag>* video_codecs) argument
319 const CodecInfo* codec_info = type_info.codecs[0]; local
[all...]
/external/chromium_org/third_party/webrtc/modules/utility/interface/
H A Dfile_recorder.h61 virtual int32_t codec_info(CodecInst& codecInst) const = 0;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c472 (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[
[all...]
H A Dbta_av_api.c323 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
H A Dbta_av_int.h309 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */ member in struct:__anon446
H A Dbta_av_main.c651 (*bta_av_a2d_cos.init)(&codec_type, cs.cfg.codec_info,
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_media.h97 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon1043
248 ** Description Decode and display codec_info (for debug)
/external/chromium_org/third_party/webrtc/modules/media_file/interface/
H A Dmedia_file.h216 virtual int32_t codec_info(CodecInst& codecInst) const = 0;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_co.h70 UINT8 codec_info[AVDT_CODEC_SIZE]; member in struct:__anon750
H A Dbta_av_api.h457 UINT8 *codec_info; member in union:__anon747
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_recorder_impl.h68 virtual int32_t codec_info(CodecInst& codecInst) const;
H A Dfile_player_impl.cc399 if ((_fileModule.codec_info(_codec) == -1))
H A Dfile_recorder_impl.cc300 int32_t FileRecorderImpl::codec_info(CodecInst& codecInst) const function in class:webrtc::FileRecorderImpl
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c1019 memcpy(p_buf->codec_info,p_av, AVDT_CODEC_SIZE);
2223 p_buf->codec_info[1], p_buf->codec_info[2], p_buf->codec_info[3],
2224 p_buf->codec_info[4], p_buf->codec_info[5], p_buf->codec_info[6]);
2226 a2d_status = A2D_ParsSbcInfo(&sbc_cie, p_buf->codec_info, FALSE);
2900 ** Description Decode and display codec_info (for debug)
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb_act.c76 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])
1570 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
H A Davdt_msg.c296 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);
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c454 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
1621 BTM_ConfigScoPath(bta_dm_sco_co_init(pcm_sample_rate, pcm_sample_rate, &codec_info, p_scb->app_id),
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_impl.cc613 _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
H A Dmedia_file_impl.h92 virtual int32_t codec_info(CodecInst& codecInst) const OVERRIDE;
H A Dmedia_file_utility.h231 int32_t codec_info(CodecInst& codecInst);
H A Dmedia_file_utility.cc2034 int32_t ModuleFileUtility::codec_info(CodecInst& codecInst) function in class:webrtc::ModuleFileUtility
2037 "ModuleFileUtility::codec_info(codecInst= 0x%x)", &codecInst);
/external/bluetooth/bluedroid/stack/include/
H A Davdt_api.h47 /* The index to access the codec type in codec_info[]. */
258 UINT8 codec_info[AVDT_CODEC_SIZE]; /* Codec capabilities array */ member in struct:__anon1311
H A Duipc_msg.h376 tCODEC_INFO codec_info; member in struct:__anon1639
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.h145 VideoCodecInformation* codec_info = NULL,
H A Drtp_sender.cc409 VideoCodecInformation *codec_info, const RTPVideoTypeHeader *rtp_type_hdr) {
445 fragmentation, codec_info,
404 SendOutgoingData( const FrameType frame_type, const int8_t payload_type, const uint32_t capture_timestamp, int64_t capture_time_ms, const uint8_t *payload_data, const uint32_t payload_size, const RTPFragmentationHeader *fragmentation, VideoCodecInformation *codec_info, const RTPVideoTypeHeader *rtp_type_hdr) argument

Completed in 7062 milliseconds