OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufHeight
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp
62
size_t bufWidth,
bufHeight
;
70
bufHeight
= (mCropHeight + 1) & ~1;
77
bufHeight
= mCropHeight;
105
bufHeight
,
/frameworks/base/services/surfaceflinger/
Layer.cpp
433
uint32_t
bufHeight
= mActiveBuffer->getHeight();
436
bufHeight
!= uint32_t(oldActiveBuffer->height)) {
461
swap(bufWidth,
bufHeight
);
466
bufHeight
== front.requested_h))
493
bufWidth,
bufHeight
, mCurrentTransform,
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp
307
OMX_U32 bufWidth,
bufHeight
;
317
bufHeight
= ((buf->height + 15) / 16) * 16;
318
frameSize = (bufWidth *
bufHeight
* 3) / 2;
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c
903
int
bufHeight
= 0;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c
[
all
...]
Completed in 809 milliseconds