Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c81 static u32 movie_buffer_max_count = 0; variable
110 if(movie_buffer_count > movie_buffer_max_count) in VBlankIntr()
302movie_buffer_max_count = ((u32)OS_GetMainArenaHi() - (u32)OS_GetMainArenaLo()) / (BYTES_PER_LINE *… in TwlMain()