Searched refs:_codec (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/webrtc/modules/utility/source/ |
D | file_player_impl.cc | 46 _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 …]
|
D | file_player_impl.h | 71 CodecInst _codec; variable
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.h | 63 _codec(false), in SubAPIManager() 75 _codec = true; in SubAPIManager() 110 bool _base, _codec, _dtmf;
|
D | voe_standard_test.cc | 43 if (_codec) in DisplayStatus() 69 if (!_codec) in DisplayStatus()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | encoded_frame.cc | 23 _codec(kVideoCodecUnknown), in VCMEncodedFrame() 35 _codec(kVideoCodecUnknown), in VCMEncodedFrame() 55 _codec(rhs._codec), in VCMEncodedFrame() 93 _codec = kVideoCodecUnknown; in Reset()
|
D | frame_buffer.cc | 99 _codec = packet.codec; in InsertPacket() 252 if (_codec == kVideoCodecVP8) { in PrepareForDecode()
|
D | encoded_frame.h | 120 webrtc::VideoCodecType _codec; variable
|
/external/scapy/scapy/asn1/ |
D | asn1.py | 100 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/ |
D | tif_compress.c | 180 typedef struct _codec { struct 181 struct _codec* next; argument
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 1936 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/ |
D | codec.rst | 1 .. _codec-registry:
|
/external/python/cpython3/Doc/c-api/ |
D | codec.rst | 1 .. _codec-registry:
|
/external/libvpx/libvpx/ |
D | configure | 412 ${action}_codec ${option}
|
/external/python/cpython2/Doc/library/ |
D | codecs.rst | 327 .. _codec-base-classes: 375 .. _codec-objects:
|
/external/python/cpython3/Doc/library/ |
D | codecs.rst | 271 .. _codec-base-classes: 449 .. _codec-objects:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 283 .. _codec-handling-improvements:
|