Searched refs:size_pixels (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 491 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 496 size_t totalTmpSize = size_pixels; in decode() 499 OutputBuffer outptr_pixels(&tmpBuf[0], size_pixels); in decode() 500 …_x, var_y, var_width, var_height, var_format, var_type, (void*)(outptr_pixels.get()), size_pixels); in decode() 520 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 521 InputBuffer inptr_pixels(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4, size_pixels); in decode() 523 …, ptr, 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + size_pixels, ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + … in decode() 529 …r_x, var_y, var_width, var_height, var_format, var_type, (void*)(inptr_pixels.get()), size_pixels); in decode() 725 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 1004 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local [all …]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 2110 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 2115 size_t totalTmpSize = size_pixels; in decode() 2118 OutputBuffer outptr_pixels(&tmpBuf[0], size_pixels); in decode() 2123 …, var_y, var_width, var_height, var_format, var_type, (GLvoid*)(outptr_pixels.get()), size_pixels); in decode() 2376 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 2377 InputBuffer inptr_pixels(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4, size_pixels); in decode() 2379 … 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + size_pixels, ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 … in decode() 2386 …h, var_height, var_border, var_format, var_type, (const GLvoid*)(inptr_pixels.get()), size_pixels); in decode() 2387 …ternalformat, var_width, var_height, var_border, var_format, var_type, size_pixels == 0 ? nullptr … in decode() 2480 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local [all …]
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 2468 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 2473 size_t totalTmpSize = size_pixels; in decode() 2476 OutputBuffer outptr_pixels(&tmpBuf[0], size_pixels); in decode() 2481 …, var_y, var_width, var_height, var_format, var_type, (GLvoid*)(outptr_pixels.get()), size_pixels); in decode() 2768 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local 2769 InputBuffer inptr_pixels(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4, size_pixels); in decode() 2771 … 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + size_pixels, ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 … in decode() 2778 …h, var_height, var_border, var_format, var_type, (const GLvoid*)(inptr_pixels.get()), size_pixels); in decode() 2779 …ternalformat, var_width, var_height, var_border, var_format, var_type, size_pixels == 0 ? nullptr … in decode() 2872 …uint32_t size_pixels __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 +… in decode() local [all …]
|