Home | History | Annotate | Download | only in android

Lines Matching refs:dst_stride

73     int dst_stride;
75 dst_stride = 512;
77 dst_stride = 1024;
79 dst_stride = 1280;
81 dst_stride = 2048;
85 LOGD("width is %d, dst_stride is %d, dsth is %d.\n",
86 width, dst_stride, dsth);
88 for (j = 0; j < dst_stride * dsth * 3 / 2; j = j + 4096) {
91 LOGE("access page failed, width is %d, dst_stride is %d, dsth is %d.\n",
92 width, dst_stride, dsth);