HomeSort by relevance Sort by last modified time
    Searched defs:codec_type (Results 1 - 25 of 29) sorted by null

1 2

  /external/bluetooth/bluedroid/bta/include/
bta_dm_co.h 44 tBTA_SCO_CODEC_TYPE codec_type; member in struct:__anon5376
bta_av_co.h 71 UINT8 codec_type; /* Codec type */ member in struct:__anon5375
132 BTA_API extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
148 BTA_API extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
163 BTA_API extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
178 BTA_API extern void bta_av_co_video_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
196 tBTA_AV_CODEC codec_type, UINT8 *p_codec_info,
211 tBTA_AV_CODEC codec_type, UINT8 *p_codec_info,
228 BTA_API extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
242 BTA_API extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
256 BTA_API extern void bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder.cc 54 NetEqDecoder AudioDecoder::codec_type() const { return codec_type_; } function in class:webrtc::AudioDecoder
56 bool AudioDecoder::CodecSupported(NetEqDecoder codec_type) {
57 switch (codec_type) {
110 int AudioDecoder::CodecSampleRateHz(NetEqDecoder codec_type) {
111 switch (codec_type) {
178 AudioDecoder* AudioDecoder::CreateAudioDecoder(NetEqDecoder codec_type) {
179 if (!CodecSupported(codec_type)) {
182 switch (codec_type) {
213 return new AudioDecoderPcm16B(codec_type);
219 return new AudioDecoderPcm16BMultiCh(codec_type);
    [all...]
decoder_database.h 43 : codec_type(kDecoderArbitrary),
49 : codec_type(ct),
57 NetEqDecoder codec_type; member in struct:webrtc::DecoderDatabase::DecoderInfo
83 // Registers |rtp_payload_type| as a decoder of type |codec_type|. Returns
86 NetEqDecoder codec_type);
89 // as a decoder of type |codec_type| with |rtp_payload_type|.
91 NetEqDecoder codec_type,
102 // Returns one RTP payload type associated with |codec_type|, or
104 // |codec_type| may be registered with several RTP payload types, and the
106 virtual uint8_t GetRtpPayloadType(NetEqDecoder codec_type) const
    [all...]
neteq_impl_unittest.cc 237 NetEqDecoder codec_type = kDecoderPCMu; local
239 RegisterPayload(rtp_payload_type, codec_type));
240 neteq_->RegisterPayloadType(codec_type, rtp_payload_type);
297 info.codec_type = kDecoderPCMu;
  /external/chromium_org/components/cdm/browser/
cdm_message_filter_android.cc 31 CodecType codec_type; member in struct:cdm::CodecInfo
56 bool is_secure = (info.codec_type == CODEC_VIDEO)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_player.h 28 VideoCodecType codec_type)
31 codec_type_(codec_type) {
36 VideoCodecType codec_type() const { return codec_type_; } function in class:webrtc::rtpplayer::PayloadCodecTuple
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
frameparser.h 36 enum codec_type enum
68 int init_start_codes (codec_type codec_type_parse);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 36 enum codec_type { enum
69 int init_start_codes (codec_type codec_type_parse);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 896 tBTA_AG_PEER_CODEC codec_type = p_data->api_setcodec.codec; local
900 if((codec_type != BTA_AG_CODEC_NONE) &&
901 (codec_type != BTA_AG_CODEC_CVSD) &&
902 (codec_type != BTA_AG_CODEC_MSBC))
904 val.num = codec_type;
906 APPL_TRACE_ERROR("bta_ag_setcodec error: unsupported codec type %d", codec_type);
911 if((p_scb->peer_codecs & codec_type) || (codec_type == BTA_AG_CODEC_NONE) ||
912 (codec_type == BTA_AG_CODEC_CVSD))
914 p_scb->sco_codec = codec_type;
    [all...]
bta_ag_cmd.c 864 tBTA_AG_PEER_CODEC codec_type, codec_sent; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 104 OMX_VIDEO_CODINGTYPE codec_type; local
115 codec_type = OMX_VIDEO_CodingMPEG4;
121 codec_type = OMX_VIDEO_CodingH263;
127 codec_type = OMX_VIDEO_CodingAVC;
133 codec_type = OMX_VIDEO_CodingAVC;
156 if(handle->venc_open(codec_type) != true)
228 if(codec_type == OMX_VIDEO_CodingMPEG4)
233 else if(codec_type == OMX_VIDEO_CodingH263)
238 else if(codec_type == OMX_VIDEO_CodingAVC)
282 if(codec_type == OMX_VIDEO_CodingMPEG4
    [all...]
  /system/extras/sound/
playwav.c 27 uint32_t codec_type; member in struct:msm_audio_config
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 119 OMX_VIDEO_CODINGTYPE codec_type; local
130 codec_type = OMX_VIDEO_CodingMPEG4;
134 codec_type = OMX_VIDEO_CodingH263;
138 codec_type = OMX_VIDEO_CodingAVC;
142 codec_type = OMX_VIDEO_CodingAVC;
149 codec_type = OMX_VIDEO_CodingVP8;
173 if (handle->venc_open(codec_type) != true) {
223 if (codec_type == OMX_VIDEO_CodingAVC)
252 if (codec_type == OMX_VIDEO_CodingMPEG4) {
255 } else if (codec_type == OMX_VIDEO_CodingH263)
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 531 tBTA_AV_CODEC codec_type; local
651 (*bta_av_a2d_cos.init)(&codec_type, cs.cfg.codec_info,
665 p_scb->seps[index].codec_type = codec_type;
675 APPL_TRACE_DEBUG("audio[%d] av_handle: %d codec_type: %d",
676 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type);
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 118 UINT8 codec_type; /* peer SEP codec type */ member in struct:__anon5610
172 static BOOLEAN bta_av_co_audio_media_supports_config(UINT8 codec_type, const UINT8 *p_codec_cfg);
173 static BOOLEAN bta_av_co_audio_sink_supports_config(UINT8 codec_type, const UINT8 *p_codec_cfg);
457 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
472 APPL_TRACE_DEBUG("bta_av_audio_sink_getconfig handle:0x%x codec_type:%d seid:%d",
473 hndl, codec_type, seid);
492 switch (codec_type)
514 p_src->codec_type = codec_type;
593 BTA_API UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
1328 UINT8 codec_type; local
1369 UINT8 codec_type; local
    [all...]
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 202 std::string codec_type = AndroidMimeTypeToCodecType(mime_type); local
206 if (codecs_info[i].codecs == codec_type &&
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 107 switch (stream->codec->codec_type) {
839 const AVMediaType codec_type = codec_context->codec_type; local
841 if (codec_type == AVMEDIA_TYPE_AUDIO) {
854 } else if (codec_type == AVMEDIA_TYPE_VIDEO) {
868 } else if (codec_type == AVMEDIA_TYPE_SUBTITLE) {
885 if (codec_type == AVMEDIA_TYPE_VIDEO) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 151 int codec_type = acm2::ACMCodecDB::kNone; local
154 codec_type = acm2::ACMCodecDB::kPCM16B;
157 codec_type = acm2::ACMCodecDB::kPCM16Bwb;
160 codec_type = acm2::ACMCodecDB::kPCM16Bswb32kHz;
165 ASSERT_TRUE(acm_->RegisterSendCodec(codec_type, kPayloadType));
166 ASSERT_TRUE(acm_->RegisterReceiveCodec(codec_type, kPayloadType));
632 bool RegisterSendCodec(int codec_type,
640 codec_type, channels, payload_type, frame_size_samples);
722 void SetUpTest(int codec_type,
728 ASSERT_TRUE(RegisterSendCodec(codec_type,
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 190 VideoCodecType codec_type = webrtc::kVideoCodecVP8; local
192 VideoCodecType codec_type = webrtc::kVideoCodecI420; local
196 if (vcm_.Codec(codec_type, &video_codec) != VCM_OK) {
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 250 uint32_t codec_type; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 275 uint32_t codec_type; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 289 uint32_t codec_type; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 324 uint32_t codec_type; member in struct:msm_audio_bitstream_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 289 uint32_t codec_type; member in struct:msm_audio_bitstream_info

Completed in 439 milliseconds

1 2