Home | History | Annotate | Download | only in html

Lines Matching refs:Poster

741     // If there is no poster to display, allow the media engine to render video frames as soon as
1162 // Don't skip calling the media engine if we are in poster mode because a seek should always
1163 // cancel poster display.
1164 bool noSeekRequired = !seekableRanges->length() || (time == now && displayMode() != Poster);