Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance
1672 CRadeonProducer::instantFormatChange( media_format *new_format ) in instantFormatChange() argument1677 if( finalizeFormat( new_format ) != B_OK ) { in instantFormatChange()1682 if( ChangeFormat( fOutput.source, fOutput.destination, new_format ) != B_OK ) { in instantFormatChange()1687 fOutput.format = *new_format; in instantFormatChange()1688 fCurMode = extractCaptureMode( new_format ); in instantFormatChange()1725 media_format new_format = fOutput.format; in SetParameterValue() local1727 new_format.u.raw_video.field_rate = media_raw_video_format::wildcard.field_rate; in SetParameterValue()1728 new_format.u.raw_video.interlace = media_raw_video_format::wildcard.interlace; in SetParameterValue()1729 new_format.u.raw_video.pixel_width_aspect = media_raw_video_format::wildcard.pixel_width_aspect; in SetParameterValue()1730 new_format.u.raw_video.pixel_height_aspect = media_raw_video_format::wildcard.pixel_height_aspect; in SetParameterValue()[all …]
237 void instantFormatChange( media_format *new_format );
129 new_extended_regs new_format; member