Home
last modified time | relevance | path

Searched defs:MediaImageDecoder (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
DFrameDecoder.h149 struct MediaImageDecoder : public FrameDecoder { struct
164 virtual status_t onInputReceived( in onInputReceived()
178 int32_t mWidth;
179 int32_t mHeight;
180 int32_t mGridRows;
181 int32_t mGridCols;
182 int32_t mTileWidth;
183 int32_t mTileHeight;
184 int32_t mTilesDecoded;
185 int32_t mTargetTiles;
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp747 MediaImageDecoder::MediaImageDecoder( in MediaImageDecoder() function in android::MediaImageDecoder