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_width
(Results
1 - 19
of
19
) sorted by relevance
/third_party/mesa3d/include/vk_video/
H
A
D
vulkan_video_codec_h264std.h
211
uint16_t
sar_width
;
member
H
A
D
vulkan_video_codec_h265std.h
188
uint16_t
sar_width
;
member
/third_party/vulkan-headers/include/vk_video/
H
A
D
vulkan_video_codec_h264std.h
212
uint16_t
sar_width
;
member
H
A
D
vulkan_video_codec_h265std.h
236
uint16_t
sar_width
;
member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H
A
D
vulkan_video_codec_h264std.h
189
uint16_t
sar_width
;
member
H
A
D
vulkan_video_codec_h265std.h
151
uint16_t
sar_width
;
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 ) &&
397
uint16_t
sar_width
= {};
member
1625
return ( flags == rhs.flags ) && ( aspect_ratio_idc == rhs.aspect_ratio_idc ) && (
sar_width
== rhs.
sar_width
) && ( sar_height == rhs.sar_height ) &&
1649
uint16_t
sar_width
= {};
member
/third_party/ffmpeg/libavcodec/
H
A
D
libkvazaar.c
97
cfg->vui.
sar_width
= avctx->sample_aspect_ratio.num;
in libkvazaar_init()
H
A
D
cbs_h264.h
61
uint16_t
sar_width
;
member
H
A
D
vaapi_encode_h264.c
400
sps->vui.
sar_width
= num;
in vaapi_encode_h264_init_sequence_params()
559
.
sar_width
= sps->vui.
sar_width
,
in vaapi_encode_h264_init_sequence_params()
H
A
D
h265_metadata_bsf.c
217
sps->vui.
sar_width
= num;
in h265_metadata_update_sps()
H
A
D
h264_metadata_bsf.c
167
sps->vui.
sar_width
= num;
in h264_metadata_update_sps()
H
A
D
cbs_h265.h
130
uint16_t
sar_width
;
member
H
A
D
cbs_h264_syntax_template.c
120
ub(16,
sar_width
);
in vui_parameters()
H
A
D
cbs_h265_syntax_template.c
331
ub(16,
sar_width
);
in vui_parameters()
H
A
D
vaapi_encode_h265.c
518
vui->
sar_width
= num;
in vaapi_encode_h265_init_sequence_params()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_vce.h
192
uint32_t
sar_width
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce.h
192
uint32_t
sar_width
;
member
H
A
D
radeon_vce_52.c
619
RVCE_CS(enc->enc_pic.vui.
sar_width
);
in vui()
Completed in 38 milliseconds