Searched refs:line_count (Results 51 - 56 of 56) sorted by relevance

123

/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterApp.cpp411 rvf->display.line_count = height;
H A DMediaConverterWindow.cpp575 format.u.raw_video.display.line_count = (int32)240;
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-weave.c1013 int line_count, /* Lines that will be printed */
1096 last_line = first_line + line_count - 1 + maxHeadOffset;
1118 sw->vertical_height = line_count;
1153 " ncolors %d bpp %d width %d (%d) line_count %d first %d last %d max_offset %d\n",
1004 stp_initialize_weave(stp_vars_t *v, int jets, int sep, int osample, int v_subpasses, int v_subsample, int ncolors, int bitwidth, int linewidth, int line_count, int first_line, int page_height, const int *head_offset, stp_weave_strategy_t weave_strategy, stp_flushfunc flushfunc, stp_fillfunc fillfunc, stp_packfunc pack, stp_compute_linewidth_func compute_linewidth) argument
/haiku-fatelf/src/apps/mediaplayer/
H A DController.cpp391 *height = format.u.raw_video.display.line_count;
/haiku-fatelf/src/libs/ncurses/tack/
H A Dedit.c274 if (line_count + 2 >= lines) {
/haiku-fatelf/src/kits/media/
H A DMediaTrack.cpp210 if (inout_format->u.raw_video.display.line_count == 0)
211 debugger("Decoder didn't set raw video output line_count");

Completed in 81 milliseconds

123