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:sliceIdx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_enc.cpp
1519
for (uint32_t
sliceIdx
= 0;
sliceIdx
< parsedMetadata.WrittenSubregionsCount;
sliceIdx
++) {
1520
pSubregionsMetadata[
sliceIdx
].bHeaderSize = pFrameSubregionMetadata[
sliceIdx
].bHeaderSize;
1521
pSubregionsMetadata[
sliceIdx
].bSize = pFrameSubregionMetadata[
sliceIdx
].bSize;
1522
pSubregionsMetadata[
sliceIdx
].bStartOffset = pFrameSubregionMetadata[
sliceIdx
].bStartOffset;
H
A
D
d3d12_video_enc_h264.cpp
193
for (uint32_t
sliceIdx
= 1; (
sliceIdx
< picture->num_slice_descriptors - 1) && bUniformSizeSlices;
sliceIdx
++) {
in d3d12_video_encoder_negotiate_current_h264_slices_configuration()
194
int64_t curSlice = picture->slices_descriptors[
sliceIdx
].num_macroblocks;
in d3d12_video_encoder_negotiate_current_h264_slices_configuration()
195
int64_t prevSlice = picture->slices_descriptors[
sliceIdx
- 1].num_macroblocks;
in d3d12_video_encoder_negotiate_current_h264_slices_configuration()
H
A
D
d3d12_video_dec_h264.cpp
143
uint32_t
sliceIdx
= 0;
in d3d12_video_decoder_prepare_dxva_slices_control_h264()
local
163
sliceIdx
,
in d3d12_video_decoder_prepare_dxva_slices_control_h264()
168
sliceIdx
++;
in d3d12_video_decoder_prepare_dxva_slices_control_h264()
172
} while (sliceFound && (
sliceIdx
< picture_h264->slice_count));
in d3d12_video_decoder_prepare_dxva_slices_control_h264()
Completed in 5 milliseconds