OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partition_size
(Results
1 - 7
of
7
) sorted by null
/build/tools/releasetools/
build_image.py
46
def GetVerityTreeSize(
partition_size
):
48
cmd %=
partition_size
55
def GetVerityMetadataSize(
partition_size
):
57
cmd %=
partition_size
64
def AdjustPartitionSizeForVerity(
partition_size
):
69
partition_size
: the size of the partition to be verified.
73
success, verity_tree_size = GetVerityTreeSize(
partition_size
)
76
success, verity_metadata_size = GetVerityMetadataSize(
partition_size
)
79
return
partition_size
- verity_tree_size - verity_metadata_size
161
image_size = prop_dict["
partition_size
"]
[
all
...]
/external/chromium_org/third_party/libva/va/
va_dec_vp8.h
195
*
partition_size
[0] is remaining bytes of control partition after parsed by application.
199
unsigned int
partition_size
[9];
member in struct:_VASliceParameterBufferVP8
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodeframe.c
785
unsigned int
partition_size
= 0;
local
795
partition_size
= read_partition_size(pbi, partition_size_ptr);
797
partition_size
= (unsigned int)bytes_left;
803
partition_size
= (unsigned int)bytes_left;
809
if (!read_is_valid(fragment_start,
partition_size
, fragment_end))
812
partition_size
= (unsigned int)bytes_left;
818
return
partition_size
;
866
ptrdiff_t
partition_size
= read_available_partition_size(
local
874
pbi->fragments.sizes[fragment_idx] = (unsigned int)
partition_size
;
875
fragment_size -= (unsigned int)
partition_size
;
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodeframe.c
776
unsigned int
partition_size
= 0;
local
786
partition_size
= read_partition_size(pbi, partition_size_ptr);
788
partition_size
= (unsigned int)bytes_left;
794
partition_size
= (unsigned int)bytes_left;
800
if (!read_is_valid(fragment_start,
partition_size
, fragment_end))
803
partition_size
= (unsigned int)bytes_left;
809
return
partition_size
;
857
ptrdiff_t
partition_size
= read_available_partition_size(
local
865
pbi->fragments.sizes[fragment_idx] = (unsigned int)
partition_size
;
866
fragment_size -= (unsigned int)
partition_size
;
[
all
...]
/external/chromium_org/components/storage_monitor/
storage_monitor_linux.cc
102
const std::string
partition_size
= udev_device_get_sysattr_value(
local
109
!
partition_size
.empty());
112
if (!base::StringToUint64(
partition_size
, &total_size_in_bytes))
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
[
all
...]
Completed in 181 milliseconds