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
defs:vtctx
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg_videotoolbox.c
146
AVVideotoolboxContext *
vtctx
= av_videotoolbox_alloc_context();
in videotoolbox_init()
local
/third_party/ffmpeg/libavcodec/
H
A
D
videotoolbox_vp9.c
114
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
in videotoolbox_vp9_decode_slice()
local
H
A
D
videotoolbox.c
73
int ff_videotoolbox_buffer_copy(VTContext *
vtctx
,
in ff_videotoolbox_buffer_copy()
argument
187
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
in ff_videotoolbox_avcc_extradata_create()
local
395
VTContext *
vtctx
in ff_videotoolbox_h264_start_frame()
local
410
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_h264_decode_params()
local
432
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_common_decode_slice()
local
471
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_get_context()
local
498
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
ff_videotoolbox_uninit()
local
517
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_buffer_create()
local
693
VTContext *
vtctx
= opaque;
videotoolbox_decoder_callback()
local
714
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_session_decode_frame()
local
1007
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
ff_videotoolbox_common_end_frame()
local
1041
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_h264_end_frame()
local
1074
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_hevc_end_frame()
local
1090
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_mpeg_start_frame()
local
1121
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
videotoolbox_prores_decode_slice()
local
1178
VTContext *
vtctx
= avctx->internal->hwaccel_priv_data;
ff_videotoolbox_common_init()
local
1402
av_videotoolbox_default_init2(AVCodecContext *avctx, AVVideotoolboxContext *
vtctx
)
av_videotoolbox_default_init2()
argument
[all...]
H
A
D
videotoolboxenc.c
272
static void set_async_error(VTEncContext *
vtctx
, int err)
in set_async_error()
argument
293
static void clear_frame_queue(VTEncContext *
vtctx
)
in clear_frame_queue()
argument
298
static int vtenc_q_pop(VTEncContext *
vtctx
, boo
argument
348
vtenc_q_push(VTEncContext *
vtctx
, CMSampleBufferRef buffer, ExtraSEI *sei)
vtenc_q_push()
argument
468
VTEncContext *
vtctx
= avctx->priv_data;
get_params_size()
local
523
VTEncContext *
vtctx
= avctx->priv_data;
copy_param_sets()
local
583
VTEncContext *
vtctx
= avctx->priv_data;
set_extradata()
local
638
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_output_callback()
local
671
VTEncContext *
vtctx
= avctx->priv_data;
get_length_code_size()
local
706
VTEncContext *
vtctx
= avctx->priv_data;
get_vt_h264_profile_level()
local
811
VTEncContext *
vtctx
= avctx->priv_data;
get_vt_hevc_profile_level()
local
853
VTEncContext *
vtctx
= avctx->priv_data;
add_color_attr()
local
1084
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_create_encoder()
local
1430
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_configure_encoder()
local
1549
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_init()
local
1987
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_cm_to_avpacket()
local
2122
VTEncContext *
vtctx
= avctx->priv_data;
get_cv_pixel_info()
local
2289
VTEncContext*
vtctx
= avctx->priv_data;
create_cv_pixel_buffer()
local
2390
vtenc_send_frame(AVCodecContext *avctx, VTEncContext *
vtctx
, const AVFrame *frame)
vtenc_send_frame()
argument
2454
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_frame()
local
2522
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_populate_extradata()
local
2604
VTEncContext *
vtctx
= avctx->priv_data;
vtenc_close()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_tgsi.c
92
struct virgl_transform_context *
vtctx
= (struct virgl_transform_context *)ctx;
in virgl_tgsi_transform_declaration()
local
147
struct virgl_transform_context *
vtctx
= (struct virgl_transform_context *)ctx;
virgl_tgsi_transform_property()
local
188
struct virgl_transform_context *
vtctx
= (struct virgl_transform_context *)ctx;
virgl_tgsi_transform_prolog()
local
270
struct virgl_transform_context *
vtctx
= (struct virgl_transform_context *)ctx;
virgl_tgsi_transform_instruction()
local
[all...]
Completed in 5 milliseconds