Searched refs:mVideoSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DCameraSource.cpp189 mVideoSize.width = -1;
190 mVideoSize.height = -1;
430 mVideoSize.width = frameWidthActual;
431 mVideoSize.height = frameHeightActual;
573 mMeta->setInt32(kKeyWidth, mVideoSize.width);
574 mMeta->setInt32(kKeyHeight, mVideoSize.height);
575 mMeta->setInt32(kKeyStride, mVideoSize.width);
576 mMeta->setInt32(kKeySliceHeight, mVideoSize.height);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h148 Size mVideoSize; member in class:android::CameraSource

Completed in 81 milliseconds