Searched defs:MediaImageDecoder (Results 1 – 2 of 2) sorted by relevance
188 struct MediaImageDecoder : public FrameDecoder { struct203 virtual status_t onInputReceived(uint8_t* __unused, size_t __unused, in onInputReceived()216 int32_t mWidth;217 int32_t mHeight;218 int32_t mGridRows;219 int32_t mGridCols;220 int32_t mTileWidth;221 int32_t mTileHeight;222 int32_t mTilesDecoded;223 int32_t mTargetTiles;
1111 MediaImageDecoder::MediaImageDecoder( in MediaImageDecoder() function in android::MediaImageDecoder