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

  /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/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/source/
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/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.cc 300 int32_t FileRecorderImpl::codec_info(CodecInst& codecInst) const function in class:webrtc::FileRecorderImpl
  /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/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/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/bluetooth/bluedroid/bta/av/
bta_av_int.h 309 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */ member in struct:__anon5071

Completed in 371 milliseconds