Lines Matching refs:TV_BOOL
79 TV_BOOL audio_enabled; /* audio was captured */
80 TV_BOOL target_mpeg; /* T = MPEG target; F = imgs */
81 TV_BOOL streaming; /* T = stream to mpeg_encode */
91 TV_BOOL cleanup_tmp_files; /* T = cleanup; F = don't */
147 static TV_BOOL Audio_enabled;
150 static TV_BOOL Sel_stereo;
179 static TV_BOOL Recording = FALSE,
451 TV_BOOL rec, stop, dismiss; in UpdateButtons()
465 static void DialogSetEnabled( TV_BOOL enabled ) in DialogSetEnabled()
480 static TV_BOOL PrepareForVideo( TV_BOOL optimize_only ) in PrepareForVideo()
484 TV_BOOL error = FALSE; in PrepareForVideo()
602 static TV_BOOL OkToWriteTo( in OkToWriteTo()
604 TV_BOOL *dont_unlink ) in OkToWriteTo()
607 TV_BOOL exists = TRUE, in OkToWriteTo()
679 TV_BOOL found = FALSE; in VideoPixelGeom()
729 TV_BOOL target_raw, in GetRawFilenames()
796 static TV_BOOL WriteVidConvertShScript( in WriteVidConvertShScript()
800 TV_BOOL ret = FALSE; in WriteVidConvertShScript()
804 TV_BOOL has_path; in WriteVidConvertShScript()
910 static TV_BOOL CnvtCmdCancelTestCB( void *cb_data ) in CnvtCmdCancelTestCB()
920 static void CnvtCmdDoneCB( TV_BOOL aborted, int status, void *cb_data ) in CnvtCmdDoneCB()
1022 TV_BOOL optimizing = STREQ( (char *)cl, "optimize" ), in RecordCmdCB()
2127 TV_BOOL alloc = TRUE; in TVVIDSAVDIALOGRecordStart()