Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp204 int32_t dispWidth, dispHeight; in processMpeg4H263Decoder() local
205 PVGetVideoDimensions(mDecHandle, &dispWidth, &dispHeight); in processMpeg4H263Decoder()
210 ASSERT_LE(dispWidth, bufWidth) << "Display width is greater than buffer width"; in processMpeg4H263Decoder()
213 if (dispWidth != mWidth || dispHeight != mHeight) { in processMpeg4H263Decoder()
214 mWidth = dispWidth; in processMpeg4H263Decoder()
260 int32_t dispWidth, dispHeight; in processMpeg4H263Decoder() local
261 PVGetVideoDimensions(mDecHandle, &dispWidth, &dispHeight); in processMpeg4H263Decoder()
266 ASSERT_LE(dispWidth, bufWidth) << "Display width is greater than buffer width"; in processMpeg4H263Decoder()
268 if (dispWidth != mWidth || dispHeight != mHeight) { in processMpeg4H263Decoder()
269 mWidth = dispWidth; in processMpeg4H263Decoder()
/frameworks/av/media/module/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()
108 mWidth = dispWidth; in handleResolutionChange()