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:pic_params
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nvenc.c
2375
NV_ENC_PIC_PARAMS
pic_params
= { 0 };
in nvenc_send_frame()
local
2376
pic_params
.version = NV_ENC_PIC_PARAMS_VER;
in nvenc_send_frame()
2401
pic_params
.inputBuffer = in_surf->input_surface;
in nvenc_send_frame()
2402
pic_params
.bufferFmt = in_surf->format;
in nvenc_send_frame()
2403
pic_params
.inputWidth = in_surf->width;
in nvenc_send_frame()
2404
pic_params
.inputHeight = in_surf->height;
in nvenc_send_frame()
2405
pic_params
.inputPitch = in_surf->pitch;
in nvenc_send_frame()
2406
pic_params
.outputBitstream = in_surf->output_surface;
in nvenc_send_frame()
2410
pic_params
.pictureStruct = NV_ENC_PIC_STRUCT_FIELD_TOP_BOTTOM;
in nvenc_send_frame()
2412
pic_params
in nvenc_send_frame()
[all...]
H
A
D
nvdec_h264.c
55
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_h264_start_frame()
135
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_h264_decode_slice()
H
A
D
nvdec_mjpeg.c
36
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_mjpeg_start_frame()
H
A
D
nvdec.h
53
CUVIDPICPARAMS
pic_params
;
member
H
A
D
nvdec_vp8.c
39
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_vp8_start_frame()
H
A
D
nvdec_mpeg4.c
36
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_mpeg4_start_frame()
H
A
D
nvdec_vc1.c
37
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_vc1_start_frame()
H
A
D
nvdec_mpeg12.c
36
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_mpeg12_start_frame()
H
A
D
nvdec_vp9.c
37
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_vp9_start_frame()
H
A
D
nvdec.c
641
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in ff_nvdec_end_frame()
656
ret = CHECK_CU(decoder->cvdl->cuvidDecodePicture(decoder->decoder, &ctx->
pic_params
));
in ff_nvdec_end_frame()
H
A
D
nvdec_hevc.c
78
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_hevc_start_frame()
H
A
D
nvdec_av1.c
48
CUVIDPICPARAMS *pp = &ctx->
pic_params
;
in nvdec_av1_start_frame()
Completed in 8 milliseconds