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:nStride
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264d.c
81
portdef.
nStride
= 0;
in instantiate_h264d_input_port()
152
portdef.
nStride
= 0;
in instantiate_h264d_output_port()
H
A
D
h264dinport.c
81
if (i_def->format.video.
nStride
== 0)
in h264d_inport_SetParameter()
82
i_def->format.video.
nStride
= i_def->format.video.nFrameWidth;
in h264d_inport_SetParameter()
H
A
D
h264e.c
60
portdef.
nStride
= 0;
in instantiate_h264e_input_port()
124
portdef.
nStride
= 0;
in instantiate_h264e_output_port()
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_dec_common.c
146
dst = ((uint8_t*)output->pBuffer + output->nOffset) + j * def->
nStride
+
in vid_dec_FillOutput()
150
def->
nStride
* views[i]->texture->array_size, 0, 0,
in vid_dec_FillOutput()
H
A
D
vid_enc_common.c
419
ptr, def->
nStride
, 0);
in enc_LoadImage_common()
420
ptr = ((uint8_t*)buf->pBuffer) + (def->
nStride
* box.height);
in enc_LoadImage_common()
426
ptr, def->
nStride
, 0);
in enc_LoadImage_common()
H
A
D
vid_dec_h264_common.c
940
p_def->
nStride
= i_def->width;
in update_port_parameters()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_Image.h
97
*
nStride
: Number of bytes per span of an image (i.e.
116
OMX_S32
nStride
;
member
H
A
D
OMX_Video.h
104
*
nStride
: Number of bytes per span of an image
129
OMX_S32
nStride
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
omx.c
478
in_port_params.format.video.
nStride
= s->stride;
in omx_component_init()
491
s->stride = in_port_params.format.video.
nStride
;
in omx_component_init()
502
out_port_params.format.video.
nStride
= 0;
in omx_component_init()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_enc.c
348
port->sPortParam.format.video.
nStride
= transfer->stride;
in vid_enc_SetParameter()
352
framesize = port->sPortParam.format.video.
nStride
*
in vid_enc_SetParameter()
H
A
D
vid_dec.c
321
port->sPortParam.format.video.
nStride
= def->format.video.nFrameWidth;
in vid_dec_SetParameter()
Completed in 10 milliseconds