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:dpbSlotInfo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.hpp
556
VkVideoDecodeH264DpbSlotInfoKHR
dpbSlotInfo
;
560
:
dpbSlotInfo
()
569
dpbSlotInfo
.sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_KHR;
570
dpbSlotInfo
.pNext = NULL;
571
dpbSlotInfo
.pStdReferenceInfo = &stdReferenceInfo;
572
return &
dpbSlotInfo
;
577
return (
dpbSlotInfo
.pStdReferenceInfo == &stdReferenceInfo);
592
VkVideoDecodeH265DpbSlotInfoKHR
dpbSlotInfo
;
596
:
dpbSlotInfo
()
605
dpbSlotInfo
[all...]
H
A
D
vktVideoBaseDecodeUtils.cpp
1258
.
dpbSlotInfo
.pStdReferenceInfo->PicOrderCntVal;
1262
.
dpbSlotInfo
.pStdReferenceInfo->flags.used_for_long_term_reference) {
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
290
:
dpbSlotInfo
()
in NvidiaVideoDecodeH264DpbSlotInfo()
299
dpbSlotInfo
.sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_KHR;
in Init()
300
dpbSlotInfo
.pNext = DE_NULL;
in Init()
301
dpbSlotInfo
.pStdReferenceInfo = &stdReferenceInfo;
in Init()
303
return &
dpbSlotInfo
;
in Init()
308
return (
dpbSlotInfo
.pStdReferenceInfo == &stdReferenceInfo);
in IsReference()
322
:
dpbSlotInfo
()
in NvidiaVideoDecodeH265DpbSlotInfo()
331
dpbSlotInfo
.sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_DPB_SLOT_INFO_KHR;
in Init()
332
dpbSlotInfo
.pNext = DE_NULL;
in Init()
333
dpbSlotInfo
in Init()
[all...]
H
A
D
vktVideoBaseDecodeUtils.hpp
287
VkVideoDecodeH264DpbSlotInfoKHR
dpbSlotInfo
;
member
299
VkVideoDecodeH265DpbSlotInfoKHR
dpbSlotInfo
;
member
Completed in 6 milliseconds