Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 20 of 20) sorted by relevance

/system/cros-codecs/src/codec/vp8/
Dparser.rs99 pub struct Header { struct
101 pub key_frame: bool,
103 pub version: u8,
105 pub show_frame: bool,
107 pub data_chunk_size: u8,
110 pub first_part_size: u32,
113 pub width: u16,
115 pub height: u16,
117 pub horiz_scale_code: u8,
119 pub vert_scale_code: u8,
[all …]
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfast_pair_account_data.cc38 struct Header { struct
39 Header(uint8_t length, uint8_t type) : length(length), type(type) {} in Header() argument
41 static Header Parse(uint8_t byte) { in Parse()
46 const uint8_t length;
47 const uint8_t type;
/system/cros-codecs/src/codec/vp9/
Dparser.rs337 pub fn update_segmentation(segmentation: &mut [Segmentation; MAX_SEGMENTS], hdr: &Header) { in update_segmentation()
426 pub fn new(bitstream: &'a [u8], header: Header, offset: usize, size: usize) -> Self { in new()
440 pub struct Header { struct
442 pub profile: Profile,
444 pub bit_depth: BitDepth,
446 pub subsampling_x: bool,
448 pub subsampling_y: bool,
450 pub color_space: ColorSpace,
453 pub color_range: ColorRange,
456 pub show_existing_frame: bool,
[all …]
/system/cros-codecs/src/device/v4l2/stateless/controls/
Dvp8.rs37 hdr: &Header, in set_loop_filter_params()
128 hdr: &Header, in set_frame_params()
Dvp9.rs109 hdr: &Header, in set_frame_params()
/system/secure_element/omapi/src/ara/
Dtlv.rs98 fn parse(header: Header, input: &'a [u8]) -> Result<(Tag, Value<'a>, &'a [u8]), TlvParseError> { in parse()
113 struct Header { struct
118 impl Parseable<'_> for Header { argument
/system/cros-codecs/src/decoder/stateless/vp8/
Dvaapi.rs41 impl VaStreamInfo for &Header { implementation
75 frame_hdr: &Header, in build_iq_matrix()
114 frame_hdr: &Header, in build_pic_param()
188 fn build_slice_param(frame_hdr: &Header, slice_size: usize) -> anyhow::Result<libva::BufferType> { in build_slice_param()
235 hdr: &Header, in submit_picture()
Dv4l2.rs35 impl V4l2StreamInfo for &Header { implementation
81 hdr: &Header, in submit_picture()
Ddummy.rs36 _: &Header, in submit_picture()
/system/cros-codecs/src/codec/h264/
Dnalu.rs12 pub trait Header: Sized { trait
/system/cros-codecs/src/decoder/stateless/vp9/
Dv4l2.rs41 impl V4l2StreamInfo for &Header { implementation
90 hdr: &Header, in submit_picture()
Dvaapi.rs107 impl VaStreamInfo for &Header { implementation
135 hdr: &Header, in build_pic_param()
259 hdr: &Header, in submit_picture()
Ddummy.rs37 _: &Header, in submit_picture()
/system/core/init/libprefetch/prefetch/src/
Dformat.rs257 pub struct Header { struct
260 magic: [u8; 16],
264 major_number: u16,
268 minor_number: u16,
271 date: SystemTime,
274 digest: u32,
509 impl Default for Header { implementation
/system/core/fastboot/
Dudp.cpp65 class Header { class
82 Header::Header() { in Header() function in udp::Header
/system/cros-codecs/src/decoder/stateless/
Dvp8.rs60 hdr: &Header, in submit_picture()
119 header: &Header, in update_references()
Dvp9.rs65 hdr: &Header, in submit_picture()
211 fn negotiation_possible(&self, hdr: &Header, old_negotiation_info: &NegotiationInfo) -> bool { in negotiation_possible()
/system/cros-codecs/src/encoder/stateless/vp9/
Dpredictor.rs44 fn create_frame_header(&mut self, frame_type: FrameType) -> Header { in create_frame_header()
/system/timezone/debug_tools/host/main/java/
DTzFileDumper.java365 private static class Header { class in TzFileDumper
376 Header(byte tzh_version, int tzh_ttisgmtcnt, int tzh_ttisstdcnt, int tzh_leapcnt, in Header() method in TzFileDumper.Header
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dtest_v3.cpp77 TEST_F(CowTestV3, Header) { in TEST_F() argument