Home
last modified time | relevance | path

Searched refs:GetDataSize (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dcached_frame.cpp45 return source_frame_->GetDataSize(); in GetSourceDataSize()
180 yu12_frame_->GetData(), yu12_frame_->GetDataSize(), rotated_y_plane, in CropRotateScale()
H A Dframe_buffer.h31 size_t GetDataSize() const { return data_size_; } in GetDataSize() function
H A Dimage_processor.cpp176 in_frame.GetDataSize()); in ConvertFormat()
236 in_frame.GetDataSize(), /* sample_size */ in ConvertFormat()
/aosp12/art/runtime/
H A Dimage.h105 uint32_t GetDataSize() const { in GetDataSize() function
360 uint64_t GetDataSize() const { in GetDataSize() function
/aosp12/art/libdexfile/dex/
H A Dcompact_dex_file.h51 uint32_t GetDataSize() const { in GetDataSize() function
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp711 request_context->camera_buffer->GetDataSize()); in DequeueRequest()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc643 if (image_file_size < sizeof(ImageHeader) + image_header.GetDataSize()) { in Init()
647 static_cast<uint64_t>(sizeof(ImageHeader) + image_header.GetDataSize())); in Init()
666 RoundUp(sizeof(ImageHeader) + image_header.GetDataSize(), kPageSize); in Init()
953 const size_t stored_size = image_header.GetDataSize(); in LoadImageFile()
998 VLOG(image) << "Decompress block " << block.GetDataSize() << " -> " in LoadImageFile()
/aosp12/art/oatdump/
H A Doatdump.cc1853 size_t data_size = image_header_.GetDataSize(); // stored size in file. in Dump()