Home
last modified time | relevance | path

Searched refs:BUFFER_ALIGN (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daudio.c30 #define BUFFER_ALIGN 0 macro
47 nb_samples, link->format, BUFFER_ALIGN); in ff_default_get_audio_buffer()
63 pool_format != link->format || pool_align != BUFFER_ALIGN) { in ff_default_get_audio_buffer()
67 nb_samples, link->format, BUFFER_ALIGN); in ff_default_get_audio_buffer()
Dvideo.c36 #define BUFFER_ALIGN 32 macro
69 link->format, BUFFER_ALIGN); in ff_default_get_video_buffer()
80 pool_format != link->format || pool_align != BUFFER_ALIGN) { in ff_default_get_video_buffer()
84 link->format, BUFFER_ALIGN); in ff_default_get_video_buffer()
/third_party/libdrm/tests/amdgpu/
Dbo_tests.c33 #define BUFFER_ALIGN (4*1024) macro
79 req.phys_alignment = BUFFER_ALIGN; in suite_bo_tests_init()
88 BUFFER_SIZE, BUFFER_ALIGN, 0, in suite_bo_tests_init()