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:pic_type
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h265_metadata_bsf.c
345
int
pic_type
= 0, temporal_id = 8, layer_id = 0;
in h265_metadata_update_fragment()
local
358
pic_type
< 2)
in h265_metadata_update_fragment()
359
pic_type
= 2;
in h265_metadata_update_fragment()
361
pic_type
< 1)
in h265_metadata_update_fragment()
362
pic_type
= 1;
in h265_metadata_update_fragment()
371
aud->
pic_type
=
pic_type
;
in h265_metadata_update_fragment()
H
A
D
libsvtav1.c
428
headerPtrLast.
pic_type
= EB_AV1_INVALID_PICTURE;
in eb_send_frame()
446
headerPtr->
pic_type
= EB_AV1_KEY_PICTURE;
in eb_send_frame()
450
headerPtr->
pic_type
= EB_AV1_INVALID_PICTURE;
in eb_send_frame()
526
switch (headerPtr->
pic_type
) {
in eb_receive_packet()
541
if (headerPtr->
pic_type
== EB_AV1_NON_REF_PICTURE)
in eb_receive_packet()
H
A
D
vaapi_encode_h265.c
52
int
pic_type
;
member
771
hpic->
pic_type
= 0;
in vaapi_encode_h265_init_picture_params()
779
hpic->
pic_type
= 0;
in vaapi_encode_h265_init_picture_params()
784
hpic->
pic_type
= 1;
in vaapi_encode_h265_init_picture_params()
800
hpic->
pic_type
= 2;
in vaapi_encode_h265_init_picture_params()
813
.
pic_type
= hpic->
pic_type
,
in vaapi_encode_h265_init_picture_params()
H
A
D
cbs_h265.h
440
uint8_t
pic_type
;
member
H
A
D
cbs_h265_syntax_template.c
1168
u(3,
pic_type
, 0, 2);
in aud()
/third_party/vulkan-headers/include/vk_video/
H
A
D
vulkan_video_codec_h265std_encode.h
126
StdVideoH265PictureType
pic_type
;
member
147
StdVideoH265PictureType
pic_type
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_enc_3_0.c
91
RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture0.
pic_type
);
in radeon_enc_encode_params_h264()
96
RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture1.
pic_type
);
in radeon_enc_encode_params_h264()
101
RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l1_reference_picture0.
pic_type
);
in radeon_enc_encode_params_h264()
H
A
D
radeon_uvd_enc_1_1.c
861
enc->enc_pic.enc_params.
pic_type
= RENC_UVD_PICTURE_TYPE_I;
in radeon_uvd_enc_encode_params_hevc()
864
enc->enc_pic.enc_params.
pic_type
= RENC_UVD_PICTURE_TYPE_P;
in radeon_uvd_enc_encode_params_hevc()
867
enc->enc_pic.enc_params.
pic_type
= RENC_UVD_PICTURE_TYPE_P_SKIP;
in radeon_uvd_enc_encode_params_hevc()
870
enc->enc_pic.enc_params.
pic_type
= RENC_UVD_PICTURE_TYPE_B;
in radeon_uvd_enc_encode_params_hevc()
873
enc->enc_pic.enc_params.
pic_type
= RENC_UVD_PICTURE_TYPE_I;
in radeon_uvd_enc_encode_params_hevc()
889
if (enc->enc_pic.enc_params.
pic_type
== RENC_UVD_PICTURE_TYPE_I)
in radeon_uvd_enc_encode_params_hevc()
897
RADEON_ENC_CS(enc->enc_pic.enc_params.
pic_type
);
in radeon_uvd_enc_encode_params_hevc()
H
A
D
radeon_vcn_enc.h
273
unsigned int
pic_type
;
member
280
uint32_t
pic_type
;
member
H
A
D
radeon_vcn_enc_1_2.c
1142
enc->enc_pic.enc_params.
pic_type
= RENCODE_PICTURE_TYPE_I;
in radeon_enc_encode_params()
1145
enc->enc_pic.enc_params.
pic_type
= RENCODE_PICTURE_TYPE_P;
in radeon_enc_encode_params()
1148
enc->enc_pic.enc_params.
pic_type
= RENCODE_PICTURE_TYPE_P_SKIP;
in radeon_enc_encode_params()
1151
enc->enc_pic.enc_params.
pic_type
= RENCODE_PICTURE_TYPE_B;
in radeon_enc_encode_params()
1154
enc->enc_pic.enc_params.
pic_type
= RENCODE_PICTURE_TYPE_I;
in radeon_enc_encode_params()
1168
RADEON_ENC_CS(enc->enc_pic.enc_params.
pic_type
);
in radeon_enc_encode_params()
H
A
D
radeon_uvd_enc.h
247
uint32_t
pic_type
;
member
/third_party/ffmpeg/libavformat/
H
A
D
id3v2.c
663
int enc,
pic_type
;
in read_apic()
local
712
pic_type
= avio_r8(pb);
in read_apic()
714
if (
pic_type
< 0 ||
pic_type
>= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) {
in read_apic()
716
pic_type
);
in read_apic()
717
pic_type
= 0;
in read_apic()
719
apic->type = ff_id3v2_picture_types[
pic_type
];
in read_apic()
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_video.hpp
2611
return ( flags == rhs.flags ) && (
pic_type
== rhs.
pic_type
) && ( sps_video_parameter_set_id == rhs.sps_video_parameter_set_id ) &&
2625
VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265PictureType
pic_type
= VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265PictureType::eP;
member
2685
return ( flags == rhs.flags ) && (
pic_type
== rhs.
pic_type
) && ( PicOrderCntVal == rhs.PicOrderCntVal ) && ( TemporalId == rhs.TemporalId );
2695
VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265PictureType
pic_type
= VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H265PictureType::eP;
member
Completed in 28 milliseconds