Home
last modified time | relevance | path

Searched defs:row_ptr (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/
H A Dlibpng_read_fuzzer.cc55 png_voidp row_ptr = nullptr; member
/third_party/ffmpeg/libavcodec/
H A Drpza.c84 int row_ptr = 0; in rpza_decode_stream() local
H A Dsmc.c101 int row_ptr = 0; in smc_decode_stream() local
[all...]
H A Dqtrle.c59 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_1bpp() argument
144 static inline void qtrle_decode_2n4bpp(QtrleContext *s, int row_ptr, in qtrle_decode_2n4bpp() argument
203 static void qtrle_decode_8bpp(QtrleContext *s, int row_ptr, in argument
254 qtrle_decode_16bpp(QtrleContext *s, int row_ptr, int lines_to_change) qtrle_decode_16bpp() argument
300 qtrle_decode_24bpp(QtrleContext *s, int row_ptr, int lines_to_change) qtrle_decode_24bpp() argument
356 qtrle_decode_32bpp(QtrleContext *s, int row_ptr, int lines_to_change) qtrle_decode_32bpp() argument
454 int height, row_ptr; qtrle_decode_frame() local
[all...]
H A Dsmcenc.c120 const uint8_t *pixel_ptr, *row_ptr; in smc_encode_stream() local
[all...]
H A Drpzaenc.c733 uint16_t *row_ptr; in rpza_encode_stream() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleFunctionalTests.cpp667 float* row_ptr = (float*)buffer + row_width * data_y; in iterate() local
1054 const unsigned int* row_ptr = (unsigned int*)((char*)buffer + data_y * row_width); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp4670 const unsigned char* row_ptr = m_result_data + m_reference_texture_width * y * 4 /* RGBA */; in executeTest() local
8436 const unsigned char* row_ptr = data_ptr + y * m_texture_n_components * write_to_width; in checkProgramWriteCoherency() local
H A Dgl4cShaderSubroutineTests.cpp7429 const float* row_ptr = (const float*)m_read_buffer + y * m_to_width * 4; /* rgba */ in verifyReadBuffer() local
9346 const float* row_ptr = m_to_data + y * 4 /* rgba */ * m_to_width; in verifyRenderedData() local
H A Dgl4cGPUShaderFP64Tests.cpp9187 const unsigned char* row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest() local

Completed in 64 milliseconds