Home
last modified time | relevance | path

Searched refs:read_partition (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dkernel_handler.py47 data = self.os_if.read_partition(device, 0x4000)
53 data = self.os_if.read_partition(device, 0x4000)
Dos_interface.py367 def read_partition(self, partition, size): member in OSInterface
/external/autotest/client/cros/faft/
Drpc_functions.py634 header_a = self._os_if.read_partition(kernel_a, 0x10000)
635 header_b = self._os_if.read_partition(kernel_b, 0x10000)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1095 static PARTITION_TYPE read_partition(TileWorkerData *twd, int mi_row, in read_partition() function
1134 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition()
1243 read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in parse_partition()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1704 static PARTITION_TYPE read_partition(MACROBLOCKD *xd, int mi_row, int mi_col, in read_partition() function
1775 : read_partition(xd, mi_row, mi_col, reader, in decode_partition()