Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gchips/include/
Ds5p_fimc_v4l2.h134 unsigned int start_x; // Source Image Start width offset member
/hardware/google/graphics/gs101/include/histogram/
DHistogramInfo.h31 mHistogramROI.start_x = x; in setHistogramROI()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp1167 config->roi.start_x = drmRoi.left; in createDrmConfig()
1173 config->blocked_roi.start_x = drmBlockingRoi.left; in createDrmConfig()
1339 HistogramRoiRect workingRoi = {config->roi.start_x, config->roi.start_y, in dumpChannel()
1340 config->roi.start_x + config->roi.hsize, in dumpChannel()
1342 HistogramRoiRect workingBlockRoi = {config->blocked_roi.start_x, config->blocked_roi.start_y, in dumpChannel()
1343 config->blocked_roi.start_x + config->blocked_roi.hsize, in dumpChannel()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp489 histo_roi.start_x = mHistogramInfo->getHistogramROI().start_x; in createHistoRoiBlob()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp926 int start_x = x * block_x; in compress_image() local
927 int end_x = astc::min(dim_x, start_x + block_x); in compress_image()
946 for (int ax = start_x; ax < end_x; ax++) in compress_image()
Dstb_image.h6488 int start_x, start_y; member
6595 g->cur_x = g->start_x; in stbi__out_gif_code()
6773 g->start_x = x * 4; in stbi__gif_load_next()
6775 g->max_x = g->start_x + w * 4; in stbi__gif_load_next()
6777 g->cur_x = g->start_x; in stbi__gif_load_next()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h6495 int start_x, start_y; member
6602 g->cur_x = g->start_x; in stbi__out_gif_code()
6780 g->start_x = x * 4; in stbi__gif_load_next()
6782 g->max_x = g->start_x + w * 4; in stbi__gif_load_next()
6784 g->cur_x = g->start_x; in stbi__gif_load_next()