/hardware/intel/bootstub/ |
D | spi-uart.c | 86 pspi->dr[0] = config; in max3110_write_config() 95 pspi->dr[0] = data; in max3110_write_data()
|
D | spi-uart.h | 60 vu32 dr[16]; /* 16 bits access for each 32bit space */ member
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 502 struct copybit_rect_t dr = { 0, 0, dst->w, dst->h }; in blit_copybit() local 504 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
|
D | copybit_c2d.cpp | 1390 struct copybit_rect_t dr = { 0, 0, dst->w, dst->h }; in blit_copybit() local 1393 status = stretch_copybit_internal(dev, dst, src, &dr, &sr, region, false); in blit_copybit()
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | copybit.cpp | 545 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit() local 547 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
|
D | copybit_c2d.cpp | 1423 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit() local 1426 status = stretch_copybit_internal(dev, dst, src, &dr, &sr, region, false); in blit_copybit()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 547 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit() local 549 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
|
D | copybit_c2d.cpp | 1426 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit() local 1429 status = stretch_copybit_internal(dev, dst, src, &dr, &sr, region, false); in blit_copybit()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 547 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit() local 549 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
|
D | copybit_c2d.cpp | 1432 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit() local 1435 status = stretch_copybit_internal(dev, dst, src, &dr, &sr, region, false); in blit_copybit()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 2156 double dr = (double)cpi->bytes * 8.0 / 1000.0 / time_encoded; in vp8_remove_compressor() local 2171 double dr = (double)cpi->bytes_in_layer[i] * in vp8_remove_compressor() local 2186 i, dr, in vp8_remove_compressor() 2208 dr, cpi->total / cpi->count, total_psnr, in vp8_remove_compressor() 2224 double dr = (double)cpi->bytes_in_layer[i] * in vp8_remove_compressor() local 2228 i, dr, in vp8_remove_compressor() 2244 fprintf(f, "%7.3f\t%6.4f\t%6.4f\t%6.4f\t%6.4f\t%8.0f\n", dr, in vp8_remove_compressor() 2286 … double dr = (double)cpi->framerate * (double)bytes * (double)8 / (double)count / (double)1000 ; in vp8_remove_compressor() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 1527 double dr = (double)cpi->bytes * (double) 8 / (double)1000 in vp9_remove_compressor() local 1545 dr, cpi->total / cpi->count, total_psnr, in vp9_remove_compressor() 1552 fprintf(f, "%7.2f\t%6.4f\t%6.4f\t%6.4f\t%6.4f\t%8.0f\n", dr, in vp9_remove_compressor()
|