Searched refs:interlaced (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
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;
496 bool interlaced; local
270 GetConfiguration( ResolutionType type, size_t index, size_t *width, size_t *height, size_t *framesPerSecond, bool *interlaced) argument
[all...]
H A DVideoFormats.h41 bool interlaced; member in struct:android::VideoFormats::config_t
92 bool *interlaced);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp421 NULL /* interlaced */));
871 bool interlaced; local
878 &interlaced));
881 width, height, interlaced ? 'i' : 'p', framesPerSecond);
H A DPlaybackSession.cpp1021 bool interlaced; local
1028 &interlaced));
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp571 unsigned interlaced = br.getBits(1); local

Completed in 159 milliseconds