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:next_output
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9_raw_reorder_bsf.c
176
VP9RawReorderFrame *
next_output
= last_frame,
in vp9_raw_reorder_make_output()
local
184
if (frame->needs_output && (!
next_output
||
in vp9_raw_reorder_make_output()
185
frame->sequence <
next_output
->sequence))
in vp9_raw_reorder_make_output()
186
next_output
= frame;
in vp9_raw_reorder_make_output()
192
if (!
next_output
&& !next_display)
in vp9_raw_reorder_make_output()
195
if (!next_display || (
next_output
&&
in vp9_raw_reorder_make_output()
196
next_output
->sequence < next_display->sequence))
in vp9_raw_reorder_make_output()
197
frame =
next_output
;
in vp9_raw_reorder_make_output()
202
next_output
== next_display) {
in vp9_raw_reorder_make_output()
/third_party/ffmpeg/libavdevice/
H
A
D
alldevices.c
95
static const void *
next_output
(const AVOutputFormat *prev, AVClassCategory c2)
in next_output()
function
133
return
next_output
(d, AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT);
in av_output_audio_device_next()
138
return
next_output
(d, AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT);
in av_output_video_device_next()
Completed in 2 milliseconds