Home
last modified time | relevance | path

Searched refs:_codec (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc46 _codec(), in FilePlayerImpl()
52 _codec.plfreq = 0; in FilePlayerImpl()
62 if(_codec.plfreq == 0) in Frequency()
68 if(_codec.plfreq == 11000) in Frequency()
72 else if(_codec.plfreq == 22000) in Frequency()
76 else if(_codec.plfreq == 44000) in Frequency()
80 else if(_codec.plfreq == 48000) in Frequency()
86 return _codec.plfreq; in Frequency()
92 audioCodec = _codec; in AudioCodec()
101 if(_codec.plfreq == 0) in Get10msAudioFromFile()
[all …]
Dfile_player_impl.h71 CodecInst _codec; variable
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.h63 _codec(false), in SubAPIManager()
75 _codec = true; in SubAPIManager()
110 bool _base, _codec, _dtmf;
Dvoe_standard_test.cc43 if (_codec) in DisplayStatus()
69 if (!_codec) in DisplayStatus()
/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc23 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
35 _codec(kVideoCodecUnknown), in VCMEncodedFrame()
55 _codec(rhs._codec), in VCMEncodedFrame()
93 _codec = kVideoCodecUnknown; in Reset()
Dframe_buffer.cc99 _codec = packet.codec; in InsertPacket()
252 if (_codec == kVideoCodecVP8) { in PrepareForDecode()
Dencoded_frame.h120 webrtc::VideoCodecType _codec; variable
/external/scapy/scapy/asn1/
Dasn1.py100 self._codec = codec
102 return self.__class__(self._key, self._value, self._context, self._codec)
110 self._codec[codecnum] = codec
113 c = self._codec[codec]
/external/pdfium/third_party/libtiff/
Dtif_compress.c180 typedef struct _codec { struct
181 struct _codec* next; argument
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py1936 return self._codec(self.CHARSET_ALIASES.get(charset, charset)) \
1937 or (charset and self._codec(charset.replace("-", ""))) \
1938 or (charset and self._codec(charset.replace("-", "_"))) \
1941 def _codec(self, charset): member in UnicodeDammit
/external/python/cpython2/Doc/c-api/
Dcodec.rst1 .. _codec-registry:
/external/python/cpython3/Doc/c-api/
Dcodec.rst1 .. _codec-registry:
/external/libvpx/libvpx/
Dconfigure412 ${action}_codec ${option}
/external/python/cpython2/Doc/library/
Dcodecs.rst327 .. _codec-base-classes:
375 .. _codec-objects:
/external/python/cpython3/Doc/library/
Dcodecs.rst271 .. _codec-base-classes:
449 .. _codec-objects:
/external/python/cpython3/Doc/whatsnew/
D3.4.rst283 .. _codec-handling-improvements: