OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFrameHeight
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp
144
mFrameVOffset = mYStride *
mFrameHeight
;
145
mFrameUOffset = mFrameVOffset + mUVStride * (
mFrameHeight
/ 2);
150
mFrameUOffset = mYStride *
mFrameHeight
;
151
mFrameVOffset = mFrameUOffset + mUVStride * (
mFrameHeight
/ 2);
157
mFrameVOffset = mYStride *
mFrameHeight
;
164
mFrameUOffset = mYStride *
mFrameHeight
;
239
const int size = std::min(mFrameWidth,
mFrameHeight
) / 10;
277
for(int y = 0; y <
mFrameHeight
; y++) {
304
const int squareSize = std::min(mFrameWidth,
mFrameHeight
) / 4;
308
int squareY = mSquareY *
mFrameHeight
;
[
all
...]
EmulatedCameraDevice.cpp
182
const int ySize = mYStride *
mFrameHeight
;
183
const int uvSize = mUVStride * (
mFrameHeight
/ 2);
189
for (int y = 0; y <
mFrameHeight
; ++y) {
202
uint8_t* uvDest = dest + mFrameWidth *
mFrameHeight
;
206
for (int y = 0; y <
mFrameHeight
/ 2; ++y) {
211
uvDest += (
mFrameHeight
/ 2) * (mFrameWidth / 2);
267
YV12ToRGB32(currentFrame, buffer, mFrameWidth,
mFrameHeight
);
270
YU12ToRGB32(currentFrame, buffer, mFrameWidth,
mFrameHeight
);
273
NV21ToRGB32(currentFrame, buffer, mFrameWidth,
mFrameHeight
);
276
NV12ToRGB32(currentFrame, buffer, mFrameWidth,
mFrameHeight
);
[
all
...]
EmulatedCameraDevice.h
261
return
mFrameHeight
;
289
return (mFrameWidth *
mFrameHeight
* 12) / 8;
586
int
mFrameHeight
;
EmulatedQemuCameraDevice.cpp
167
res = mQemuClient.queryStart(mPixelFormat, mFrameWidth,
mFrameHeight
);
172
mFrameWidth,
mFrameHeight
);
/frameworks/av/media/libmedia/include/media/
MediaProfiles.h
213
mFrameHeight
(frameHeight),
220
mFrameHeight
= copy.
mFrameHeight
;
229
int
mFrameHeight
;
/frameworks/av/media/libmedia/
MediaProfiles.cpp
109
ALOGV("frame height: %d", codec.
mFrameHeight
);
479
mCamcorderProfiles[i]->mVideoCodec->
mFrameHeight
;
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 1058 milliseconds