| /system/cros-codecs/src/codec/vp8/ |
| D | parser.rs | 99 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/ |
| D | fast_pair_account_data.cc | 38 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/ |
| D | parser.rs | 337 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/ |
| D | vp8.rs | 37 hdr: &Header, in set_loop_filter_params() 128 hdr: &Header, in set_frame_params()
|
| D | vp9.rs | 109 hdr: &Header, in set_frame_params()
|
| /system/secure_element/omapi/src/ara/ |
| D | tlv.rs | 98 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/ |
| D | vaapi.rs | 41 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()
|
| D | v4l2.rs | 35 impl V4l2StreamInfo for &Header { implementation 81 hdr: &Header, in submit_picture()
|
| D | dummy.rs | 36 _: &Header, in submit_picture()
|
| /system/cros-codecs/src/codec/h264/ |
| D | nalu.rs | 12 pub trait Header: Sized { trait
|
| /system/cros-codecs/src/decoder/stateless/vp9/ |
| D | v4l2.rs | 41 impl V4l2StreamInfo for &Header { implementation 90 hdr: &Header, in submit_picture()
|
| D | vaapi.rs | 107 impl VaStreamInfo for &Header { implementation 135 hdr: &Header, in build_pic_param() 259 hdr: &Header, in submit_picture()
|
| D | dummy.rs | 37 _: &Header, in submit_picture()
|
| /system/core/init/libprefetch/prefetch/src/ |
| D | format.rs | 257 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/ |
| D | udp.cpp | 65 class Header { class 82 Header::Header() { in Header() function in udp::Header
|
| /system/cros-codecs/src/decoder/stateless/ |
| D | vp8.rs | 60 hdr: &Header, in submit_picture() 119 header: &Header, in update_references()
|
| D | vp9.rs | 65 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/ |
| D | predictor.rs | 44 fn create_frame_header(&mut self, frame_type: FrameType) -> Header { in create_frame_header()
|
| /system/timezone/debug_tools/host/main/java/ |
| D | TzFileDumper.java | 365 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/ |
| D | test_v3.cpp | 77 TEST_F(CowTestV3, Header) { in TEST_F() argument
|