OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_codec
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/modules/cudacodec/src/
video_decoder.cpp
52
cudaVideoCodec
_codec
= static_cast<cudaVideoCodec>(videoFormat.codec);
local
55
cudaVideoCreateFlags videoCreateFlags = (
_codec
== cudaVideoCodec_JPEG ||
_codec
== cudaVideoCodec_MPEG2) ?
60
CV_Assert(cudaVideoCodec_MPEG1 ==
_codec
||
61
cudaVideoCodec_MPEG2 ==
_codec
||
62
cudaVideoCodec_MPEG4 ==
_codec
||
63
cudaVideoCodec_VC1 ==
_codec
||
64
cudaVideoCodec_H264 ==
_codec
||
65
cudaVideoCodec_JPEG ==
_codec
||
66
cudaVideoCodec_YUV420==
_codec
||
[
all
...]
/external/webrtc/webrtc/modules/utility/source/
file_player_impl.h
71
CodecInst
_codec
;
member in class:webrtc::FilePlayerImpl
/external/webrtc/webrtc/modules/video_coding/
encoded_frame.h
120
webrtc::VideoCodecType
_codec
;
member in class:webrtc::VCMEncodedFrame
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
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 class:UnicodeDammit
/external/opencv3/3rdparty/libtiff/
tif_compress.c
180
typedef struct
_codec
{
struct
181
struct
_codec
* next;
/external/pdfium/third_party/libtiff/
tif_compress.c
180
typedef struct
_codec
{
struct
181
struct
_codec
* next;
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h
63
_codec
(false),
75
_codec
= true;
110
bool _base,
_codec
, _dtmf;
member in class:voetest::SubAPIManager
/external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py
1941
def
_codec
(self, charset):
member in class:UnicodeDammit
[
all
...]
Completed in 254 milliseconds