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:cc_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ccaption_dec.c
367
uint8_t
cc_type
= *cc_data_pair & 3;
in validate_cc_data_pair()
local
375
if (
cc_type
==0 ||
cc_type
==1) {
in validate_cc_data_pair()
390
if (
cc_type
== 3 ||
cc_type
== 2)
in validate_cc_data_pair()
856
uint8_t hi,
cc_type
= bptr[i] & 1;
in decode()
local
859
ctx->data_field =
cc_type
;
in decode()
864
if (
cc_type
!= ctx->data_field)
in decode()
/third_party/ffmpeg/
H
A
D
configure
4890
test -n "$
cc_type
" && enable $
cc_type
||
4913
test "$
cc_type
" != "$ld_type" && add_ldflags $cc_ldflags
4947
case "$
cc_type
" in
4959
case "$
cc_type
" in
5223
if test "$
cc_type
" = "gcc"; then
5367
test "$
cc_type
" = "$ld_type" && add_ldflags $cpuflags
5760
eval test \$${pfx_no_}
cc_type
= "gcc" &&
5776
eval test \$${pfx_no_}
cc_type
= "gcc" &&
7128
test "$
cc_type
" !
[all...]
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_enc.cpp
349
cdp->ccdata.cc[i].
cc_type
= data[3*i] & 0x03;
in construct_cc()
Completed in 9 milliseconds