Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ntsc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tests/
H
A
D
ColorSpaceTest.cpp
246
SkColorSpacePrimaries
ntsc
;
in DEF_TEST()
local
247
ntsc
.fRX = 0.67f;
in DEF_TEST()
248
ntsc
.fRY = 0.33f;
in DEF_TEST()
249
ntsc
.fGX = 0.21f;
in DEF_TEST()
250
ntsc
.fGY = 0.71f;
in DEF_TEST()
251
ntsc
.fBX = 0.14f;
in DEF_TEST()
252
ntsc
.fBY = 0.08f;
in DEF_TEST()
253
ntsc
.fWX = 0.31006f;
in DEF_TEST()
254
ntsc
.fWY = 0.31616f;
in DEF_TEST()
260
check_primaries(r,
ntsc
, ntscToXY
in DEF_TEST()
[all...]
/third_party/alsa-lib/include/sound/uapi/
H
A
D
hdspm.h
106
ntsc
,
enumerator
/third_party/ffmpeg/tests/fate/
H
A
D
lavf-container.mak
41
fate-lavf-dv_ntsc: CMD = lavf_container_timecode_drop "-ar 48000 -pix_fmt yuv411p -s
ntsc
-ac 2 -f dv"
46
fate-lavf-gxf_ntsc: CMD = lavf_container_timecode_drop "-ar 48000 -s
ntsc
-ac 1 -threads 1 -f gxf"
/third_party/ffmpeg/libavformat/
H
A
D
mxfenc.c
2601
int
ntsc
= mxf->time_base.den != 25;
in mxf_init()
local
2610
} else if ((sc->video_bit_rate == 49999840 || sc->video_bit_rate == 50000000) &&
ntsc
) {
in mxf_init()
2613
ul_index = 2+
ntsc
;
in mxf_init()
2615
ul_index = 4+
ntsc
;
in mxf_init()
Completed in 8 milliseconds