Searched refs:read_partition (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 50 data = self.os_if.read_partition(device, 0x4000) 56 data = self.os_if.read_partition(device, 0x4000)
|
D | os_interface.py | 410 def read_partition(self, partition, size): member in OSInterface
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 693 header_a = self._os_if.read_partition(kernel_a, 0x10000) 694 header_b = self._os_if.read_partition(kernel_b, 0x10000)
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1147 static PARTITION_TYPE read_partition(TileWorkerData *twd, int mi_row, in read_partition() function 1186 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition() 1245 read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in process_partition()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1290 static PARTITION_TYPE read_partition(MACROBLOCKD *xd, int mi_row, int mi_col, in read_partition() function 1365 : read_partition(xd, mi_row, mi_col, reader, in decode_partition()
|