Searched refs:interlaced (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/wifi-display/ |
D | VideoFormats.cpp | 185 bool interlaced; in enableResolutionUpto() local 187 &fps, &interlaced)) { in enableResolutionUpto() 191 score = width * height * fps * (!interlaced + 1); in enableResolutionUpto() 195 &width, &height, &fps, &interlaced) in enableResolutionUpto() 196 && score >= width * height * fps * (!interlaced + 1)) { in enableResolutionUpto() 274 bool *interlaced) { in GetConfiguration() argument 299 if (interlaced) { in GetConfiguration() 300 *interlaced = config->interlaced; in GetConfiguration() 495 bool interlaced; in PickBestFormat() local 499 &width, &height, &framesPerSecond, &interlaced)) { in PickBestFormat() [all …]
|
D | VideoFormats.h | 41 bool interlaced; member 92 bool *interlaced);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | WifiDisplaySource.cpp | 877 bool interlaced; in onReceiveM3Response() local 884 &interlaced)); in onReceiveM3Response() 887 width, height, interlaced ? 'i' : 'p', framesPerSecond); in onReceiveM3Response()
|
D | PlaybackSession.cpp | 1032 bool interlaced; in addVideoSource() local 1039 &interlaced)); in addVideoSource()
|
/frameworks/av/media/libstagefright/ |
D | avc_utils.cpp | 638 unsigned interlaced __unused = br.getBits(1); in ExtractDimensionsFromVOLHeader()
|