HomeSort by relevance Sort by last modified time
    Searched refs:src_st (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Copy_16.c 127 LVM_FLOAT *src_st = dst + 2 * (NrFrames - 1); local
135 dst[1] = src_st[1];
136 dst[0] = src_st[0]; // copy 1 before 0 is required for NrChannels == 3.
143 src_st -= 2;
  /external/selinux/sandbox/
seunshare.c 255 static int seunshare_mount(const char *src, const char *dst, struct stat *src_st)
275 if (verify_directory(dst, src_st, NULL) < 0) return -1;
433 static char *create_tmpdir(const char *src, struct stat *src_st,
455 if (!equal_stats(src_st, &tmp_st)) {

Completed in 1313 milliseconds