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:pPicBuf
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
132
inline NvidiaVulkanPictureBase* GetPic (INvidiaVulkanPicture*
pPicBuf
)
in GetPic()
argument
134
return (NvidiaVulkanPictureBase*)
pPicBuf
;
in GetPic()
688
int8_t VideoBaseDecoder::GetPicIdx (NvidiaVulkanPictureBase*
pPicBuf
)
690
if (
pPicBuf
)
692
int32_t picIndex =
pPicBuf
->m_picIdx;
703
int8_t VideoBaseDecoder::GetPicIdx (INvidiaVulkanPicture*
pPicBuf
)
705
return GetPicIdx(GetPic(
pPicBuf
));
713
int8_t VideoBaseDecoder::GetPicDpbSlot (NvidiaVulkanPictureBase*
pPicBuf
)
715
int8_t picIndex = GetPicIdx(
pPicBuf
);
768
int8_t VideoBaseDecoder::SetPicDpbSlot (NvidiaVulkanPictureBase*
pPicBuf
, int8_
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
71
inline vkPicBuffBase *GetPic(VkPicIf *
pPicBuf
)
in GetPic()
argument
73
return (vkPicBuffBase *)
pPicBuf
;
in GetPic()
456
int8_t VideoBaseDecoder::GetPicIdx(vkPicBuffBase *
pPicBuf
)
458
if (
pPicBuf
)
460
int32_t picIndex =
pPicBuf
->m_picIdx;
471
int8_t VideoBaseDecoder::GetPicIdx(VkPicIf *
pPicBuf
)
473
return GetPicIdx(GetPic(
pPicBuf
));
1886
int8_t picIdx = (!dpbIn[inIdx].not_existing && dpbIn[inIdx].
pPicBuf
)
1887
? GetPicIdx(dpbIn[inIdx].
pPicBuf
)
1902
fieldOrderCntList, GetPic(dpbIn[inIdx].
pPicBuf
));
[all...]
Completed in 4 milliseconds