Searched defs:interlaced (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h41 bool interlaced; member in struct:android::VideoFormats::config_t
92 bool *interlaced);
H A DVideoFormats.cpp185 bool interlaced; local
187 &fps, &interlaced)) {
191 score = width * height * fps * (!interlaced + 1);
195 &width, &height, &fps, &interlaced)
196 && score >= width * height * fps * (!interlaced + 1)) {
274 bool *interlaced) {
299 if (interlaced) {
300 *interlaced = config->interlaced;
495 bool interlaced; local
270 GetConfiguration( ResolutionType type, size_t index, size_t *width, size_t *height, size_t *framesPerSecond, bool *interlaced) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp1032 bool interlaced; local
1039 &interlaced));
H A DWifiDisplaySource.cpp427 NULL /* interlaced */));
877 bool interlaced; local
884 &interlaced));
887 width, height, interlaced ? 'i' : 'p', framesPerSecond);

Completed in 2700 milliseconds