OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
CameraSource.cpp
177
mVideoSize
.width = -1;
178
mVideoSize
.height = -1;
418
mVideoSize
.width = frameWidthActual;
419
mVideoSize
.height = frameHeightActual;
561
mMeta->setInt32(kKeyWidth,
mVideoSize
.width);
562
mMeta->setInt32(kKeyHeight,
mVideoSize
.height);
563
mMeta->setInt32(kKeyStride,
mVideoSize
.width);
564
mMeta->setInt32(kKeySliceHeight,
mVideoSize
.height);
/frameworks/av/include/media/stagefright/
CameraSource.h
148
Size
mVideoSize
;
Completed in 232 milliseconds