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:x265pic_out
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libx265.c
507
x265_picture
x265pic_out
= { 0 };
in libx265_encode_frame()
local
579
pic ? &x265pic : NULL, &
x265pic_out
);
in libx265_encode_frame()
607
pkt->pts =
x265pic_out
.pts;
in libx265_encode_frame()
608
pkt->dts =
x265pic_out
.dts;
in libx265_encode_frame()
610
switch (
x265pic_out
.sliceType) {
in libx265_encode_frame()
628
if (
x265pic_out
.sliceType == X265_TYPE_B)
in libx265_encode_frame()
630
if (
x265pic_out
.frameData.sliceType == 'b')
in libx265_encode_frame()
634
ff_side_data_set_encoder_stats(pkt,
x265pic_out
.frameData.qp * FF_QP2LAMBDA, NULL, 0, pict_type);
in libx265_encode_frame()
636
if (
x265pic_out
.userData) {
in libx265_encode_frame()
637
memcpy(&avctx->reordered_opaque,
x265pic_out
in libx265_encode_frame()
[all...]
Completed in 5 milliseconds