movie_status     1683 core/shooting.c extern int movie_status;
movie_status     1692 core/shooting.c             if (movie_status == VIDEO_RECORD_IN_PROGRESS)
movie_status     1694 core/shooting.c                 movie_status = VIDEO_RECORD_STOPPED;
movie_status     1698 core/shooting.c             if (movie_status == VIDEO_RECORD_STOPPED)
movie_status     1700 core/shooting.c                 movie_status = VIDEO_RECORD_IN_PROGRESS;
movie_status     1704 core/shooting.c             if (movie_status == VIDEO_RECORD_STOPPED || movie_status == VIDEO_RECORD_IN_PROGRESS)
movie_status     1706 core/shooting.c                 movie_status = VIDEO_RECORD_STOPPING;
movie_status     1719 core/shooting.c     return movie_status;
movie_status     1738 core/shooting.c     return ((movie_status == VIDEO_RECORD_IN_PROGRESS) && (camera_info.state.mode_shooting != MODE_VIDEO_MOVIE_DIGEST));
movie_status     1745 core/shooting.c     return (movie_status > 1);
movie_status       72 platform/ixus65_sd630/sub/100a/lib.c int movie_status = 0;
movie_status        6 tools/ubasic_test/camera_functions.c int movie_status=0;