HomeSort by relevance Sort by last modified time
    Searched full:read_partition (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/cros/faft/utils/
kernel_handler.py 47 data = self.os_if.read_partition(device, 0x4000)
53 data = self.os_if.read_partition(device, 0x4000)
os_interface.py 367 def read_partition(self, partition, size): member in class:OSInterface
  /external/autotest/client/cros/faft/
rpc_functions.py 599 header_a = self._os_if.read_partition(kernel_a, 0x10000)
600 header_b = self._os_if.read_partition(kernel_b, 0x10000)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 381 static PARTITION_TYPE read_partition(VP9_COMMON *cm, MACROBLOCKD *xd, int hbs, function
416 partition = read_partition(cm, xd, hbs, mi_row, mi_col, bsize, r);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 931 static PARTITION_TYPE read_partition(MACROBLOCKD *xd, int mi_row, int mi_col, function
    [all...]

Completed in 191 milliseconds