camMode           352 platform/ixus240_elph320hs/kbd.c static int is_button_displayed(int b, int guiMode, int camMode)
camMode           358 platform/ixus240_elph320hs/kbd.c             (camMode & keymap[b].cam_mode_mask) &&
camMode           363 platform/ixus240_elph320hs/kbd.c static int is_button_active(int b, int guiMode, int camMode)
camMode           365 platform/ixus240_elph320hs/kbd.c     return (is_button_displayed(b, guiMode, camMode) && keymap[b].canonkey);
camMode           401 platform/ixus240_elph320hs/kbd.c     int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           417 platform/ixus240_elph320hs/kbd.c         if ((tx >= keymap[i].x1) && (tx < keymap[i].x2) && (ty >= keymap[i].y1) && (ty < keymap[i].y2) && is_button_active(i,guiMode,camMode))
camMode           463 platform/ixus240_elph320hs/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           467 platform/ixus240_elph320hs/kbd.c         twoColors c1 = MAKE_COLOR((camMode&MODE_VID)?COLOR_TRANSPARENT:COLOR_BLACK, COLOR_WHITE);
camMode           468 platform/ixus240_elph320hs/kbd.c         twoColors c2 = MAKE_COLOR((camMode&MODE_VID)?COLOR_TRANSPARENT:COLOR_BLACK, COLOR_GREEN);
camMode           472 platform/ixus240_elph320hs/kbd.c             if (is_button_displayed(i, guiMode, camMode) && keymap[i].nm)
camMode           523 platform/ixus240_elph320hs/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           529 platform/ixus240_elph320hs/kbd.c             if (is_button_active(i, guiMode, camMode))
camMode           128 platform/ixus310_elph500hs/kbd.c static int is_button_displayed(int b, int guiMode, int camMode)
camMode           134 platform/ixus310_elph500hs/kbd.c             (camMode & keymap[b].cam_mode_mask) &&
camMode           139 platform/ixus310_elph500hs/kbd.c static int is_button_active(int b, int guiMode, int camMode)
camMode           141 platform/ixus310_elph500hs/kbd.c     return (is_button_displayed(b, guiMode, camMode) && keymap[b].canonkey);
camMode           159 platform/ixus310_elph500hs/kbd.c     int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (camera_info.state.mode & MODE_MASK);
camMode           177 platform/ixus310_elph500hs/kbd.c         if ((sx >= keymap[i].x1) && (sx < keymap[i].x2) && (sy >= keymap[i].y1) && (sy < keymap[i].y2) && is_button_active(i,camera_info.state.gui_mode,camMode))
camMode           189 platform/ixus310_elph500hs/kbd.c             if ((keymap[i].hackkey == mk) && is_button_active(i,camera_info.state.gui_mode,camMode))
camMode           228 platform/ixus310_elph500hs/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (camera_info.state.mode & MODE_MASK);
camMode           235 platform/ixus310_elph500hs/kbd.c             if (is_button_displayed(i, camera_info.state.gui_mode, camMode) && keymap[i].nm)
camMode           279 platform/ixus310_elph500hs/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (camera_info.state.mode & MODE_MASK);
camMode           285 platform/ixus310_elph500hs/kbd.c             if (is_button_active(i, camera_info.state.gui_mode, camMode))
camMode            69 platform/n/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode            70 platform/n/kbd.c         if (camMode) levent_set_play(); else levent_set_record() ;
camMode           148 platform/n/kbd.c static int is_button_displayed(int b, int guiMode, int camMode)
camMode           154 platform/n/kbd.c             (camMode & keymap[b].cam_mode_mask) &&
camMode           159 platform/n/kbd.c static int is_button_active(int b, int guiMode, int camMode)
camMode           161 platform/n/kbd.c     return is_button_displayed(b, guiMode, camMode);
camMode           173 platform/n/kbd.c     int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           189 platform/n/kbd.c             if ((tx >= keymap[i].x1) && (tx < keymap[i].x2) && (ty >= keymap[i].y1) && (ty < keymap[i].y2) && is_button_active(i,guiMode,camMode))
camMode           201 platform/n/kbd.c                 if ((keymap[i].hackkey == mk) && is_button_active(i,camera_info.state.gui_mode,camMode))
camMode           223 platform/n/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           227 platform/n/kbd.c             if (is_button_active(i, guiMode, camMode))
camMode           262 platform/n/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           271 platform/n/kbd.c             if (is_button_displayed(i, guiMode, camMode) && keymap[i].nm)
camMode            69 platform/n_facebook/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode            70 platform/n_facebook/kbd.c         if (camMode) levent_set_play(); else levent_set_record() ;
camMode           148 platform/n_facebook/kbd.c static int is_button_displayed(int b, int guiMode, int camMode)
camMode           154 platform/n_facebook/kbd.c             (camMode & keymap[b].cam_mode_mask) &&
camMode           159 platform/n_facebook/kbd.c static int is_button_active(int b, int guiMode, int camMode)
camMode           161 platform/n_facebook/kbd.c     return is_button_displayed(b, guiMode, camMode);
camMode           173 platform/n_facebook/kbd.c     int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           189 platform/n_facebook/kbd.c             if ((tx >= keymap[i].x1) && (tx < keymap[i].x2) && (ty >= keymap[i].y1) && (ty < keymap[i].y2) && is_button_active(i,guiMode,camMode))
camMode           201 platform/n_facebook/kbd.c                 if ((keymap[i].hackkey == mk) && is_button_active(i,camera_info.state.gui_mode,camMode))
camMode           223 platform/n_facebook/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           227 platform/n_facebook/kbd.c             if (is_button_active(i, guiMode, camMode))
camMode           262 platform/n_facebook/kbd.c         int camMode = (get_movie_status()==VIDEO_RECORD_IN_PROGRESS) ? MODE_VID : (mode_get() & MODE_MASK);
camMode           271 platform/n_facebook/kbd.c             if (is_button_displayed(i, guiMode, camMode) && keymap[i].nm)