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

1 2

  /system/bt/bta/include/
bta_dm_co.h 44 tBTA_SCO_CODEC_TYPE codec_type; member in struct:__anon73057
bta_av_co.h 71 UINT8 codec_type; /* Codec type */ member in struct:__anon73056
132 extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
148 extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
163 extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
178 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 extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
242 extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
256 extern void bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.h 48 : codec_type(ct),
56 NetEqDecoder codec_type = NetEqDecoder::kDecoderArbitrary; member in struct:webrtc::DecoderDatabase::DecoderInfo
83 // Registers |rtp_payload_type| as a decoder of type |codec_type|. The |name|
88 NetEqDecoder codec_type,
92 // as a decoder of type |codec_type| with |rtp_payload_type|.
94 NetEqDecoder codec_type,
107 // Returns one RTP payload type associated with |codec_type|, or
109 // |codec_type| may be registered with several RTP payload types, and the
111 virtual uint8_t GetRtpPayloadType(NetEqDecoder codec_type) const;
118 // Returns true if |rtp_payload_type| is registered as a |codec_type|
    [all...]
neteq_impl_unittest.cc 242 NetEqDecoder codec_type = NetEqDecoder::kDecoderPCMu; local
245 RegisterPayload(rtp_payload_type, codec_type, kCodecName));
246 neteq_->RegisterPayloadType(codec_type, kCodecName, rtp_payload_type);
304 info.codec_type = NetEqDecoder::kDecoderPCMu;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h 29 VideoCodecType codec_type)
32 codec_type_(codec_type) {}
36 VideoCodecType codec_type() const { return codec_type_; } function in class:webrtc::rtpplayer::PayloadCodecTuple
  /hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 36 enum codec_type { enum
69 int init_start_codes (codec_type codec_type_parse);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 36 enum codec_type { enum
70 int init_start_codes (codec_type codec_type_parse);
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 36 enum codec_type { enum
70 int init_start_codes (codec_type codec_type_parse);
  /hardware/qcom/media/msm8974/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/bt/bta/ag/
bta_ag_act.c 913 tBTA_AG_PEER_CODEC codec_type = p_data->api_setcodec.codec; local
917 if((codec_type != BTA_AG_CODEC_NONE) &&
918 (codec_type != BTA_AG_CODEC_CVSD) &&
919 (codec_type != BTA_AG_CODEC_MSBC))
921 val.num = codec_type;
923 APPL_TRACE_ERROR("bta_ag_setcodec error: unsupported codec type %d", codec_type);
928 if((p_scb->peer_codecs & codec_type) || (codec_type == BTA_AG_CODEC_NONE) ||
929 (codec_type == BTA_AG_CODEC_CVSD))
931 p_scb->sco_codec = codec_type;
    [all...]
bta_ag_cmd.c 1104 tBTA_AG_PEER_CODEC codec_type, codec_sent; local
    [all...]
  /system/extras/sound/
playwav.c 29 uint32_t codec_type; member in struct:msm_audio_config
  /external/webrtc/webrtc/video/
vie_encoder.cc 346 VideoCodecType codec_type; local
355 codec_type = encoder_config_.codecType;
380 if (codec_type == webrtc::kVideoCodecVP8) {
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 126 OMX_VIDEO_CODINGTYPE codec_type; local
137 codec_type = OMX_VIDEO_CodingMPEG4;
141 codec_type = OMX_VIDEO_CodingH263;
145 codec_type = OMX_VIDEO_CodingAVC;
149 codec_type = OMX_VIDEO_CodingAVC;
156 codec_type = OMX_VIDEO_CodingVP8;
162 codec_type = OMX_VIDEO_CodingHEVC;
166 codec_type = OMX_VIDEO_CodingHEVC;
189 if (handle->venc_open(codec_type) != true) {
240 if (codec_type == OMX_VIDEO_CodingAVC
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp 104 OMX_VIDEO_CODINGTYPE codec_type; local
115 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc;
201 if (codec_type == OMX_VIDEO_CodingAVC)
267 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
291 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
    [all...]
omx_swvenc_mpeg4.cpp 117 OMX_VIDEO_CODINGTYPE codec_type; local
129 codec_type = OMX_VIDEO_CodingMPEG4;
137 codec_type = OMX_VIDEO_CodingH263;
232 if (codec_type == OMX_VIDEO_CodingMPEG4)
236 } else if (codec_type == OMX_VIDEO_CodingH263)
324 if (codec_type == OMX_VIDEO_CodingMPEG4)
328 else if (codec_type == OMX_VIDEO_CodingH263)
358 if (codec_type == OMX_VIDEO_CodingMPEG4)
361 } else if (codec_type == OMX_VIDEO_CodingH263)
    [all...]
omx_video_encoder.cpp 199 OMX_VIDEO_CODINGTYPE codec_type; local
210 codec_type = OMX_VIDEO_CodingMPEG4;
214 codec_type = OMX_VIDEO_CodingH263;
218 codec_type = OMX_VIDEO_CodingAVC;
222 codec_type = OMX_VIDEO_CodingAVC;
229 codec_type = OMX_VIDEO_CodingVP8;
235 codec_type = OMX_VIDEO_CodingHEVC;
239 codec_type = OMX_VIDEO_CodingHEVC;
261 if (handle->venc_open(codec_type) != true) {
312 if (codec_type == OMX_VIDEO_CodingAVC
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp 104 OMX_VIDEO_CODINGTYPE codec_type; local
115 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc;
201 if (codec_type == OMX_VIDEO_CodingAVC)
267 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
291 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
    [all...]
omx_swvenc_mpeg4.cpp 117 OMX_VIDEO_CODINGTYPE codec_type; local
129 codec_type = OMX_VIDEO_CodingMPEG4;
137 codec_type = OMX_VIDEO_CodingH263;
232 if (codec_type == OMX_VIDEO_CodingMPEG4)
236 } else if (codec_type == OMX_VIDEO_CodingH263)
324 if (codec_type == OMX_VIDEO_CodingMPEG4)
328 else if (codec_type == OMX_VIDEO_CodingH263)
358 if (codec_type == OMX_VIDEO_CodingMPEG4)
361 } else if (codec_type == OMX_VIDEO_CodingH263)
    [all...]
omx_video_encoder.cpp 194 OMX_VIDEO_CODINGTYPE codec_type; local
205 codec_type = OMX_VIDEO_CodingMPEG4;
209 codec_type = OMX_VIDEO_CodingH263;
213 codec_type = OMX_VIDEO_CodingAVC;
217 codec_type = OMX_VIDEO_CodingAVC;
224 codec_type = OMX_VIDEO_CodingVP8;
230 codec_type = OMX_VIDEO_CodingHEVC;
234 codec_type = OMX_VIDEO_CodingHEVC;
256 if (handle->venc_open(codec_type) != true) {
315 if (codec_type == OMX_VIDEO_CodingAVC)
    [all...]
  /system/bt/bta/av/
bta_av_main.c 493 tBTA_AV_CODEC codec_type; local
648 if ((*bta_av_a2d_cos.init)(&codec_type, cs.cfg.codec_info,
653 p_scb->seps[index].codec_type = codec_type;
    [all...]
  /system/bt/btif/co/
bta_av_co.c 119 UINT8 codec_type; /* peer SEP codec type */ member in struct:__anon73280
173 static BOOLEAN bta_av_co_audio_media_supports_config(UINT8 codec_type, const UINT8 *p_codec_cfg);
174 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,
471 APPL_TRACE_DEBUG("bta_av_audio_sink_getconfig handle:0x%x codec_type:%d seid:%d",
472 hndl, codec_type, seid);
491 switch (codec_type)
513 p_src->codec_type = codec_type;
581 UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
1315 UINT8 codec_type; local
1356 UINT8 codec_type; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 40 VideoCodecType codec_type; member in struct:webrtc::CodecConfigPars
423 codec_type_ = process.codec_type;
532 VideoCodecType codec_type,
540 process_settings->codec_type = codec_type;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 250 uint32_t codec_type; member in struct:msm_audio_bitstream_info

Completed in 953 milliseconds

1 2