Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp446 int myWidth = img.width; in onQueueFilled() local
448 if (myWidth != mWidth || myHeight != mHeight) { in onQueueFilled()
450 handlePortSettingsChange(&portWillReset, myWidth, myHeight); in onQueueFilled()
452 mWidth = myWidth; in onQueueFilled()