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:frame_cnt
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
ivfenc.c
26
unsigned
frame_cnt
;
member
88
if (ctx->
frame_cnt
)
in ivf_write_packet()
91
ctx->
frame_cnt
++;
in ivf_write_packet()
103
(ctx->
frame_cnt
> 1 || (ctx->
frame_cnt
== 1 && ctx->last_pkt_duration))) {
in ivf_write_trailer()
110
ctx->
frame_cnt
* ctx->sum_delta_pts / (ctx->
frame_cnt
- 1));
in ivf_write_trailer()
H
A
D
cafdec.c
47
int64_t
frame_cnt
; ///< frame counter
member
467
pkt->dts = pkt->pts = caf->
frame_cnt
;
in read_packet()
470
caf->
frame_cnt
+= pkt_frames;
in read_packet()
481
int64_t pos, packet_cnt,
frame_cnt
;
in read_seek()
local
491
frame_cnt
= caf->frames_per_packet * packet_cnt;
in read_seek()
494
frame_cnt
= sti->index_entries[packet_cnt].timestamp;
in read_seek()
504
caf->
frame_cnt
=
frame_cnt
;
in read_seek()
/third_party/ffmpeg/tests/api/
H
A
D
api-h264-slice-test.c
51
static uint64_t
frame_cnt
= 0;
in decode()
local
101
frame_cnt
,
frame_cnt
,
in decode()
103
frame_cnt
+= 1;
in decode()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_libvmaf.c
59
unsigned
frame_cnt
;
member
156
err = vmaf_read_pictures(s->vmaf, &pic_ref, &pic_dist, s->
frame_cnt
++);
in do_vmaf()
641
if (!s->
frame_cnt
)
in uninit()
653
&vmaf_score, 0, s->
frame_cnt
- 1);
in uninit()
Completed in 3 milliseconds