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:sw_pix_fmt
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cuviddec.c
205
av_get_pix_fmt_name(avctx->
sw_pix_fmt
));
in cuvid_handle_video_sequence()
275
hwframe_ctx->sw_format != avctx->
sw_pix_fmt
)) {
in cuvid_handle_video_sequence()
281
av_get_pix_fmt_name(hwframe_ctx->sw_format), av_get_pix_fmt_name(avctx->
sw_pix_fmt
));
in cuvid_handle_video_sequence()
291
switch (avctx->
sw_pix_fmt
) {
in cuvid_handle_video_sequence()
307
av_get_pix_fmt_name(avctx->
sw_pix_fmt
));
in cuvid_handle_video_sequence()
327
hwframe_ctx->sw_format = avctx->
sw_pix_fmt
;
in cuvid_handle_video_sequence()
524
pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in cuvid_output_frame()
559
pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in cuvid_output_frame()
810
// pix_fmt be set to AV_PIX_FMT_CUDA early. The
sw_pix_fmt
, and the
in cuvid_decode_init()
H
A
D
encode.c
463
if (avctx->
sw_pix_fmt
!= AV_PIX_FMT_NONE &&
in encode_preinit_video()
464
avctx->
sw_pix_fmt
!= frames_ctx->sw_format) {
in encode_preinit_video()
466
"Mismatching AVCodecContext.
sw_pix_fmt
(%s) "
in encode_preinit_video()
468
av_get_pix_fmt_name(avctx->
sw_pix_fmt
),
in encode_preinit_video()
472
avctx->
sw_pix_fmt
= frames_ctx->sw_format;
in encode_preinit_video()
H
A
D
nvdec.c
347
sw_desc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in ff_nvdec_decode_init()
357
cuvid_chroma_format = map_chroma_format(avctx->
sw_pix_fmt
);
in ff_nvdec_decode_init()
705
sw_desc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in ff_nvdec_frame_params()
715
cuvid_chroma_format = map_chroma_format(avctx->
sw_pix_fmt
);
in ff_nvdec_frame_params()
H
A
D
videotoolbox_vp9.c
69
int subsampling = get_vpx_chroma_subsampling(avctx->
sw_pix_fmt
, avctx->chroma_sample_location);
in ff_videotoolbox_vpcc_extradata_create()
H
A
D
vdpau.c
88
switch (avctx->
sw_pix_fmt
) {
in MAKE_ACCESSORS()
135
hw_frames->sw_format = avctx->
sw_pix_fmt
;
in ff_vdpau_common_frame_params()
H
A
D
nvdec_vp9.c
34
const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in nvdec_vp9_start_frame()
H
A
D
vaapi_vp9.c
44
const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in vaapi_vp9_start_frame()
H
A
D
options.c
124
s->
sw_pix_fmt
= AV_PIX_FMT_NONE;
in init_context_defaults()
H
A
D
vdpau_vp9.c
42
const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in vdpau_vp9_start_frame()
H
A
D
avcodec.h
636
* be retrieved from \ref
sw_pix_fmt
.
1739
enum AVPixelFormat
sw_pix_fmt
;
member
H
A
D
dxva2_vp9.c
49
const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in fill_picture_parameters()
H
A
D
vdpau_av1.c
58
const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in vdpau_av1_start_frame()
H
A
D
dxva2.c
348
D3DFORMAT surface_format = avctx->
sw_pix_fmt
== AV_PIX_FMT_YUV420P10 ?
in dxva2_create_decoder()
629
frames_ctx->sw_format = avctx->
sw_pix_fmt
== AV_PIX_FMT_YUV420P10 ?
in ff_dxva2_common_frame_params()
H
A
D
pthread_frame.c
286
dst->
sw_pix_fmt
= src->
sw_pix_fmt
;
in update_context_from_thread()
H
A
D
vaapi_decode.c
292
source_format = avctx->
sw_pix_fmt
;
in vaapi_decode_find_best_format()
H
A
D
decode.c
1118
avctx->
sw_pix_fmt
= fmt[n - 1];
in ff_get_format()
1456
avctx->
sw_pix_fmt
= avctx->pix_fmt;
in ff_get_buffer()
H
A
D
qsvenc.c
536
avctx->
sw_pix_fmt
: avctx->pix_fmt;
in init_video_param_jpeg()
603
avctx->
sw_pix_fmt
: avctx->pix_fmt;
in init_video_param()
H
A
D
videotoolbox.c
1135
const AVPixFmtDescriptor *descriptor = av_pix_fmt_desc_get(avctx->
sw_pix_fmt
);
in videotoolbox_best_pixel_format()
H
A
D
qsvdec.c
285
hwframes_ctx->sw_format = avctx->
sw_pix_fmt
;
in qsv_decode_preinit()
787
//
sw_pix_fmt
, coded_width/height should be set for ff_get_format(),
in qsv_process_data()
788
// assume
sw_pix_fmt
is NV12 and coded_width/height to be 1280x720,
in qsv_process_data()
H
A
D
videotoolboxenc.c
418
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(avctx->pix_fmt == AV_PIX_FMT_VIDEOTOOLBOX ? avctx->
sw_pix_fmt
: avctx->pix_fmt);
in get_cm_codec_type()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg_qsv.c
96
frames_ctx->sw_format = s->
sw_pix_fmt
;
in qsv_init()
Completed in 27 milliseconds