Home
last modified time | relevance | path

Searched refs:decode_pool (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_image_reader_jpeg_decode_no_output.c269 tx_byte_pool_delete(&decode_pool); in control_thread_entry()
270 tx_byte_pool_create(&decode_pool, "test_memory_1", test_memory_1, TEST_MEMORY_SIZE_1); in control_thread_entry()
275 tx_byte_pool_delete(&decode_pool); in control_thread_entry()
276 tx_byte_pool_create(&decode_pool, "test_memory_2", test_memory_2, TEST_MEMORY_SIZE_2); in control_thread_entry()
280 tx_byte_pool_delete(&decode_pool); in control_thread_entry()
281 tx_byte_pool_create(&decode_pool, "test_memory_3", test_memory_3, TEST_MEMORY_SIZE_3); in control_thread_entry()
Dvalidation_guix_image_reader_pixel_write_callback_set_no_output.c75 tx_byte_pool_delete(&decode_pool); in control_thread_entry()
76 tx_byte_pool_create(&decode_pool, "test_memory_1", test_memory_1, TEST_MEMORY_SIZE_1); in control_thread_entry()
80 tx_byte_pool_delete(&decode_pool); in control_thread_entry()
81 tx_byte_pool_create(&decode_pool, "test_memory_2", test_memory_2, TEST_MEMORY_SIZE_2); in control_thread_entry()
Dvalidation_guix_jpeg_draw_32bpp.c132 tx_byte_pool_delete(&decode_pool); in control_thread_entry()
133 tx_byte_pool_create(&decode_pool, "test_memory", test_memory, TEST_MEMORY_SIZE); in control_thread_entry()
Dvalidation_guix_image_reader_start_no_output.c61 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in test_memory_allocate()
/GUIX-v6.4.1/test/example_internal/png_draw_32bpp/
Ddemo_guix_png_draw_32bpp.c16 TX_BYTE_POOL decode_pool; variable
37 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
53 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.4.1/test/example_internal/png_draw_16bpp/
Ddemo_guix_png_draw_16bpp.c16 TX_BYTE_POOL decode_pool; variable
37 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
53 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.4.1/test/example_internal/jpeg_draw_16bpp/
Ddemo_guix_jpeg_draw_16bpp.c16 TX_BYTE_POOL decode_pool; variable
43 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
69 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in demo_thread_entry()
/GUIX-v6.4.1/test/example_internal/jpeg_draw_32bpp/
Ddemo_guix_jpeg_draw_32bpp.c16 TX_BYTE_POOL decode_pool; variable
45 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
70 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in demo_thread_entry()
/GUIX-v6.4.1/test/example_internal/color_convert_8bpp/
Ddemo_guix_color_convert_8bpp.c13 TX_BYTE_POOL decode_pool; variable
41 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in convert_memory_allocate()
57 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.4.1/test/example_internal/color_convert_32bpp/
Ddemo_guix_color_convert_32bpp.c16 TX_BYTE_POOL decode_pool; variable
44 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
60 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.4.1/test/example_internal/color_convert_16bpp/
Ddemo_guix_color_convert_16bpp.c13 TX_BYTE_POOL decode_pool; variable
41 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in convert_memory_allocate()
57 tx_byte_pool_create(&decode_pool, "scratchpad", scratchpad, in tx_application_define()