Searched defs:src_pixels (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | smcenc.c | 116 const uint8_t *src_pixels = (const uint8_t *)frame->data[0]; in smc_encode_stream() local
|
H A D | rpzaenc.c | 418 static void update_block_in_prev_frame(const uint16_t *src_pixels, in update_block_in_prev_frame() argument 567 uint16_t *src_pixels = (uint16_t *)pict->data[0]; in rpza_encode_stream() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 2577 GLubyte* src_pixels[FUNCTIONAL_TEST_N_LEVELS] = { 0 }; in iterate() local 2703 bool FunctionalTest::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLubyte** src_pixels) in copyAndVerify() argument 3426 verify(const testCase& test_case, GLuint dst_layer, const GLubyte** dst_pixels, GLuint src_layer, const GLubyte** src_pixels, GLuint depth) verify() argument 3768 copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) copyAndVerify() argument 3875 GLubyte* src_pixels = 0; iterate() local 4069 verify(const testCase& test_case, const GLubyte* src_pixels) verify() argument [all...] |
Completed in 8 milliseconds