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:sar_height
(Results
1 - 19
of
19
) sorted by relevance
/third_party/mesa3d/include/vk_video/
H
A
D
vulkan_video_codec_h264std.h
212
uint16_t
sar_height
;
member
H
A
D
vulkan_video_codec_h265std.h
189
uint16_t
sar_height
;
member
/third_party/vulkan-headers/include/vk_video/
H
A
D
vulkan_video_codec_h264std.h
213
uint16_t
sar_height
;
member
H
A
D
vulkan_video_codec_h265std.h
237
uint16_t
sar_height
;
member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H
A
D
vulkan_video_codec_h264std.h
190
uint16_t
sar_height
;
member
H
A
D
vulkan_video_codec_h265std.h
152
uint16_t
sar_height
;
member
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_video.hpp
379
return ( flags == rhs.flags ) && ( aspect_ratio_idc == rhs.aspect_ratio_idc ) && ( sar_width == rhs.sar_width ) && (
sar_height
== rhs.
sar_height
) &&
398
uint16_t
sar_height
= {};
member
1625
return ( flags == rhs.flags ) && ( aspect_ratio_idc == rhs.aspect_ratio_idc ) && ( sar_width == rhs.sar_width ) && (
sar_height
== rhs.
sar_height
) &&
1650
uint16_t
sar_height
= {};
member
/third_party/ffmpeg/libavcodec/
H
A
D
libkvazaar.c
98
cfg->vui.
sar_height
= avctx->sample_aspect_ratio.den;
in libkvazaar_init()
H
A
D
cbs_h264.h
62
uint16_t
sar_height
;
member
H
A
D
vaapi_encode_h264.c
401
sps->vui.
sar_height
= den;
in vaapi_encode_h264_init_sequence_params()
560
.
sar_height
= sps->vui.
sar_height
,
in vaapi_encode_h264_init_sequence_params()
H
A
D
h265_metadata_bsf.c
218
sps->vui.
sar_height
= den;
in h265_metadata_update_sps()
H
A
D
h264_metadata_bsf.c
168
sps->vui.
sar_height
= den;
in h264_metadata_update_sps()
H
A
D
cbs_h265.h
131
uint16_t
sar_height
;
member
H
A
D
cbs_h264_syntax_template.c
121
ub(16,
sar_height
);
in vui_parameters()
H
A
D
cbs_h265_syntax_template.c
332
ub(16,
sar_height
);
in vui_parameters()
H
A
D
vaapi_encode_h265.c
519
vui->
sar_height
= den;
in vaapi_encode_h265_init_sequence_params()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_vce.h
193
uint32_t
sar_height
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce.h
193
uint32_t
sar_height
;
member
H
A
D
radeon_vce_52.c
620
RVCE_CS(enc->enc_pic.vui.
sar_height
);
in vui()
Completed in 35 milliseconds