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:nFrameWidth
(Results
1 - 16
of
16
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_enc_common.c
197
templat.width = def->
nFrameWidth
;
in enc_NeedTask_common()
234
src_rect.x1 = def->
nFrameWidth
;
in enc_ScaleInput_common()
414
box.width = def->
nFrameWidth
;
in enc_LoadImage_common()
421
box.width = def->
nFrameWidth
/ 2;
in enc_LoadImage_common()
434
* def->
nFrameWidth
= 4, def->nFrameHeight = 4:
in enc_LoadImage_common()
484
info.grid[0] = DIV_ROUND_UP(def->
nFrameWidth
, 64);
in enc_LoadImage_common()
486
info.last_block[0] = def->
nFrameWidth
% 64;
in enc_LoadImage_common()
492
info.grid[0] = DIV_ROUND_UP(def->
nFrameWidth
/ 2, 64);
in enc_LoadImage_common()
494
info.last_block[0] = (def->
nFrameWidth
/ 2) % 64;
in enc_LoadImage_common()
508
box.width = def->
nFrameWidth
;
in enc_LoadImage_common()
[all...]
H
A
D
vid_dec_common.c
110
src_rect.x1 = def->
nFrameWidth
;
in vid_dec_FillOutput()
115
dst_rect.x1 = def->
nFrameWidth
;
in vid_dec_FillOutput()
132
width = def->
nFrameWidth
;
in vid_dec_FillOutput()
147
i * def->
nFrameWidth
* def->nFrameHeight;
in vid_dec_FillOutput()
H
A
D
vid_dec_h264_common.c
53
templat.width = port->sPortParam.format.video.
nFrameWidth
;
in vid_dec_h264_BeginFrame()
56
templat.width = priv->out_port_def_.format.video.
nFrameWidth
;
in vid_dec_h264_BeginFrame()
935
if ((p_def->
nFrameWidth
== i_def->width) && p_def->nFrameHeight == i_def->height)
in update_port_parameters()
938
p_def->
nFrameWidth
= i_def->width;
in update_port_parameters()
949
p_obj->portdef_.nBufferSize = p_def->
nFrameWidth
* p_def->nFrameHeight * 512 / (16*16);
in update_port_parameters()
1100
templat.width = port->sPortParam.format.video.
nFrameWidth
;
in vid_dec_FrameDecoded_common()
1103
templat.width = port->portdef_.format.video.
nFrameWidth
;
in vid_dec_FrameDecoded_common()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H
A
D
h264dinport.c
75
if ((p_def->
nFrameWidth
== i_def->format.video.
nFrameWidth
) &&
in h264d_inport_SetParameter()
82
i_def->format.video.nStride = i_def->format.video.
nFrameWidth
;
in h264d_inport_SetParameter()
92
p_obj->portdef_.nBufferSize = i_def->format.video.
nFrameWidth
* i_def->format.video.nFrameHeight * 512 / (16*16);
in h264d_inport_SetParameter()
H
A
D
h264d.c
79
portdef.
nFrameWidth
= OMX_VID_DEC_AVC_DEFAULT_FRAME_WIDTH;
in instantiate_h264d_input_port()
150
portdef.
nFrameWidth
= OMX_VID_DEC_AVC_DEFAULT_FRAME_WIDTH;
in instantiate_h264d_output_port()
H
A
D
h264e.c
58
portdef.
nFrameWidth
= OMX_VID_ENC_AVC_DEFAULT_FRAME_WIDTH;
in instantiate_h264e_input_port()
122
portdef.
nFrameWidth
= OMX_VID_ENC_AVC_DEFAULT_FRAME_WIDTH;
in instantiate_h264e_output_port()
H
A
D
h264einport.c
60
buf_templ.width0 = port->portdef_.format.video.
nFrameWidth
;
in enc_AllocateBackTexture()
H
A
D
h264eprc.c
536
priv->scale.xWidth : priv->in_port_def_.format.video.
nFrameWidth
;
in h264e_prc_prepare_to_transfer()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec.c
243
port->sPortParam.format.video.
nFrameWidth
= 176;
in vid_dec_Constructor()
257
port->sPortParam.format.video.
nFrameWidth
= 176;
in vid_dec_Constructor()
313
unsigned framesize = def->format.video.
nFrameWidth
* def->format.video.nFrameHeight;
in vid_dec_SetParameter()
319
port->sPortParam.format.video.
nFrameWidth
= def->format.video.
nFrameWidth
;
in vid_dec_SetParameter()
321
port->sPortParam.format.video.nStride = def->format.video.
nFrameWidth
;
in vid_dec_SetParameter()
H
A
D
vid_enc.c
199
port->sPortParam.format.video.
nFrameWidth
= 176;
in vid_enc_Constructor()
213
port->sPortParam.format.video.
nFrameWidth
= 176;
in vid_enc_Constructor()
303
buf_templ.width0 = port->sPortParam.format.video.
nFrameWidth
;
in enc_AllocateBackTexture()
616
priv->scale.xWidth : port->sPortParam.format.video.
nFrameWidth
;
in vid_enc_MessageHandler()
H
A
D
vid_dec_mpeg12.c
77
templat.width = port->sPortParam.format.video.
nFrameWidth
;
in vid_dec_mpeg12_Init()
H
A
D
vid_dec_h265.c
634
port->sPortParam.format.video.
nFrameWidth
||
in vid_dec_h265_BeginFrame()
H
A
D
vid_dec_av1.c
2148
templat.width = port->sPortParam.format.video.
nFrameWidth
;
in dec_av1_BeginFrame()
/third_party/openmax/api/1.1.2/
H
A
D
OMX_Image.h
91
*
nFrameWidth
: Width of frame to be used on port if
114
OMX_U32
nFrameWidth
;
member
H
A
D
OMX_Video.h
98
*
nFrameWidth
: Width of frame to be used on channel if
127
OMX_U32
nFrameWidth
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
omx.c
480
in_port_params.format.video.
nFrameWidth
= avctx->width;
in omx_component_init()
500
out_port_params.format.video.
nFrameWidth
= avctx->width;
in omx_component_init()
Completed in 17 milliseconds