Searched refs:_codec (Results 1 – 12 of 12) sorted by relevance
/external/opencv3/modules/cudacodec/src/ |
D | video_decoder.cpp | 52 cudaVideoCodec _codec = static_cast<cudaVideoCodec>(videoFormat.codec); in create() local 55 …cudaVideoCreateFlags videoCreateFlags = (_codec == cudaVideoCodec_JPEG || _codec == cudaVideoCodec… in create() 60 CV_Assert(cudaVideoCodec_MPEG1 == _codec || in create() 61 cudaVideoCodec_MPEG2 == _codec || in create() 62 cudaVideoCodec_MPEG4 == _codec || in create() 63 cudaVideoCodec_VC1 == _codec || in create() 64 cudaVideoCodec_H264 == _codec || in create() 65 cudaVideoCodec_JPEG == _codec || in create() 66 cudaVideoCodec_YUV420== _codec || in create() 67 cudaVideoCodec_YV12 == _codec || in create() [all …]
|
/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/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
D | dammit.py | 437 value = (self._codec(self.CHARSET_ALIASES.get(charset, charset)) 438 or (charset and self._codec(charset.replace("-", ""))) 439 or (charset and self._codec(charset.replace("-", "_"))) 447 def _codec(self, charset): member in UnicodeDammit
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_compress.c | 180 typedef struct _codec { struct 181 struct _codec* next; argument
|
/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
|