Home
last modified time | relevance | path

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

/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp369 media_raw_video_format* rvf = NULL; in _ConvertFile() local
434 rvf = &(outVidFormat.u.raw_video); in _ConvertFile()
435 rvf->last_active = (uint32)(height - 1); in _ConvertFile()
436 rvf->orientation = B_VIDEO_TOP_LEFT_RIGHT; in _ConvertFile()
437 rvf->display.format = B_RGB32; in _ConvertFile()
438 rvf->display.bytes_per_row = 4 * width; in _ConvertFile()
439 rvf->display.line_width = width; in _ConvertFile()
440 rvf->display.line_count = height; in _ConvertFile()
444 if (rvf->display.format == B_RGBA32) { in _ConvertFile()
446 rvf->display.format = B_RGB32; in _ConvertFile()
[all …]
H A DMediaFileInfo.cpp67 media_raw_video_format *rvf = &(format.u.raw_video); in LoadInfo() local
82 rvf->field_rate / rvf->interlace); in LoadInfo()