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:slice_descriptor
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_h264_enc.c
113
struct h264_slice_descriptor
slice_descriptor
= { };
in vlVaHandleVAEncSliceParameterBufferTypeH264()
local
114
slice_descriptor
.macroblock_address = h264->macroblock_address;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
115
slice_descriptor
.num_macroblocks = h264->num_macroblocks;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
119
slice_descriptor
.slice_type = PIPE_H264_SLICE_TYPE_B;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
122
slice_descriptor
.slice_type = PIPE_H264_SLICE_TYPE_P;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
125
if (
slice_descriptor
.macroblock_address == 0) {
in vlVaHandleVAEncSliceParameterBufferTypeH264()
129
slice_descriptor
.slice_type = PIPE_H264_SLICE_TYPE_I;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
132
slice_descriptor
.slice_type = PIPE_H264_SLICE_TYPE_I;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
142
context->desc.h264enc.slices_descriptors[context->desc.h264enc.num_slice_descriptors++] =
slice_descriptor
;
in vlVaHandleVAEncSliceParameterBufferTypeH264()
Completed in 2 milliseconds