Home
last modified time | relevance | path

Searched refs:dispHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp204 int32_t dispWidth, dispHeight; in processMpeg4H263Decoder() local
205 PVGetVideoDimensions(mDecHandle, &dispWidth, &dispHeight); in processMpeg4H263Decoder()
211 ASSERT_LE(dispHeight, bufHeight) << "Display height is greater than buffer height"; in processMpeg4H263Decoder()
213 if (dispWidth != mWidth || dispHeight != mHeight) { in processMpeg4H263Decoder()
215 mHeight = dispHeight; in processMpeg4H263Decoder()
260 int32_t dispWidth, dispHeight; in processMpeg4H263Decoder() local
261 PVGetVideoDimensions(mDecHandle, &dispWidth, &dispHeight); in processMpeg4H263Decoder()
267 ASSERT_LE(dispHeight, bufHeight) << "Display height is greater than buffer height"; in processMpeg4H263Decoder()
268 if (dispWidth != mWidth || dispHeight != mHeight) { in processMpeg4H263Decoder()
270 mHeight = dispHeight; in processMpeg4H263Decoder()
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp101 int32_t dispWidth, dispHeight; in handleResolutionChange() local
102 PVGetVideoDimensions(mDecHandle, &dispWidth, &dispHeight); in handleResolutionChange()
107 if (dispWidth != mWidth || dispHeight != mHeight) { in handleResolutionChange()
109 mHeight = dispHeight; in handleResolutionChange()