OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFrameHeight
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp
51
mFrameHeight
= height;
75
mFrameHeight
, mFrameWidth,
111
meta->setInt32(kKeyHeight,
mFrameHeight
);
143
mImageBuffer, (mFrameWidth *
mFrameHeight
* 1.5));
165
mFrameWidth *
mFrameHeight
* 1.5);
DummyVideoSource.h
50
uint32_t
mFrameHeight
;
/device/generic/goldfish/camera/
EmulatedCameraDevice.cpp
172
YV12ToRGB32(mCurrentFrame, buffer, mFrameWidth,
mFrameHeight
);
175
YU12ToRGB32(mCurrentFrame, buffer, mFrameWidth,
mFrameHeight
);
178
NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth,
mFrameHeight
);
181
NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth,
mFrameHeight
);
216
mFrameHeight
= height;
228
reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth,
mFrameHeight
);
234
mFrameWidth =
mFrameHeight
= mTotalPixels = 0;
EmulatedCameraDevice.h
208
return
mFrameHeight
;
513
int
mFrameHeight
;
EmulatedQemuCameraDevice.cpp
169
res = mQemuClient.queryStart(mPixelFormat, mFrameWidth,
mFrameHeight
);
174
mFrameWidth,
mFrameHeight
);
EmulatedFakeCameraDevice.cpp
262
for(int y = 0; y <
mFrameHeight
; y++) {
312
const int square_ystop = min(
mFrameHeight
, y + size);
356
const int change_color_at =
mFrameHeight
/ 4;
359
for (int y = 0; y <
mFrameHeight
; y++, pY += mFrameWidth) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java
81
private int
mFrameHeight
;
394
mFrameHeight
= height;
395
mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(
mFrameHeight
, getMeasuredHeight()));
397
mFrameStrokeAdjustment, Math.min(getMeasuredHeight(),
mFrameHeight
) -
445
mFrameHeight
= h;
451
w - mFrameStrokeAdjustment, Math.min(h,
mFrameHeight
) - mFrameStrokeAdjustment);
453
mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(h,
mFrameHeight
));
/frameworks/av/include/media/
MediaProfiles.h
221
mFrameHeight
(frameHeight),
228
mFrameHeight
= copy.
mFrameHeight
;
237
int
mFrameHeight
;
/hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h
166
uint32_t
mFrameHeight
;
/hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp
172
mFrameHeight
= 0;
466
mFrameHeight
= 0;
671
mFrameHeight
= height;
[
all
...]
/frameworks/av/media/libmedia/
MediaProfiles.cpp
91
ALOGV("frame height: %d", codec.
mFrameHeight
);
505
mCamcorderProfiles[i]->mVideoCodec->
mFrameHeight
;
[
all
...]
Completed in 2041 milliseconds