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:device_priv
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_vdpau.c
222
VDPAUDeviceContext *
device_priv
= ctx->device_ctx->internal->priv;
in vdpau_buffer_free()
local
225
device_priv
->surf_destroy(surf);
in vdpau_buffer_free()
233
VDPAUDeviceContext *
device_priv
= ctx->device_ctx->internal->priv;
in vdpau_pool_alloc()
local
239
err =
device_priv
->surf_create(device_hwctx->device, priv->chroma_type,
in vdpau_pool_alloc()
249
device_priv
->surf_destroy(surf);
in vdpau_pool_alloc()
258
VDPAUDeviceContext *
device_priv
= ctx->device_ctx->internal->priv;
in vdpau_frames_init()
local
267
priv->pix_fmts =
device_priv
->pix_fmts[i];
in vdpau_frames_init()
268
priv->nb_pix_fmts =
device_priv
->nb_pix_fmts[i];
in vdpau_frames_init()
285
priv->get_data =
device_priv
->get_data;
in vdpau_frames_init()
286
priv->put_data =
device_priv
in vdpau_frames_init()
[all...]
H
A
D
hwcontext_opencl.c
2214
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
in opencl_unmap_from_qsv()
local
2222
cle =
device_priv
->clEnqueueReleaseVA_APIMediaSurfacesINTEL(
in opencl_unmap_from_qsv()
2250
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
in opencl_map_from_qsv()
local
2294
device_priv
->clCreateFromVA_APIMediaSurfaceINTEL(
in opencl_map_from_qsv()
2307
cle =
device_priv
->clEnqueueAcquireVA_APIMediaSurfacesINTEL(
in opencl_map_from_qsv()
2348
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
in opencl_unmap_from_dxva2()
local
2355
cle =
device_priv
->clEnqueueReleaseDX9MediaSurfacesKHR(
in opencl_unmap_from_dxva2()
2373
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
in opencl_map_from_dxva2()
local
2395
cle =
device_priv
->clEnqueueAcquireDX9MediaSurfacesKHR(
in opencl_map_from_dxva2()
2422
cle =
device_priv
in opencl_map_from_dxva2()
2436
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
opencl_frames_derive_from_dxva2()
local
2513
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
opencl_unmap_from_d3d11()
local
2532
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
opencl_map_from_d3d11()
local
2592
OpenCLDeviceContext *
device_priv
= dst_fc->device_ctx->internal->priv;
opencl_frames_derive_from_d3d11()
local
[all...]
H
A
D
hwcontext_qsv.c
333
QSVDeviceContext *
device_priv
= ctx->device_ctx->internal->priv;
in qsv_init_child_ctx()
local
343
if (!
device_priv
->handle) {
in qsv_init_child_ctx()
350
child_device_ref = av_hwdevice_ctx_alloc(
device_priv
->child_device_type);
in qsv_init_child_ctx()
358
child_device_hwctx->display = (VADisplay)
device_priv
->handle;
in qsv_init_child_ctx()
364
ID3D11Device_AddRef((ID3D11Device*)
device_priv
->handle);
in qsv_init_child_ctx()
365
child_device_hwctx->device = (ID3D11Device*)
device_priv
->handle;
in qsv_init_child_ctx()
371
child_device_hwctx->devmgr = (IDirect3DDeviceManager9*)
device_priv
->handle;
in qsv_init_child_ctx()
388
child_frames_ctx->format =
device_priv
->child_pix_fmt;
in qsv_init_child_ctx()
615
QSVDeviceContext *
device_priv
= ctx->device_ctx->internal->priv;
in qsv_init_internal_session()
local
630
err = MFXInit(
device_priv
in qsv_init_internal_session()
[all...]
Completed in 6 milliseconds