Searched defs:uiFrameHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.h70 M4OSA_UInt32 uiFrameHeight; /* Frame height*/ member in struct:__anon347
/frameworks/media/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3618 M4OSA_UInt32 uiFrameHeight; local
3743 uiFrameHeight =
3784 uiFrameHeight = pC->EncodingHeight;
3799 uiFrameHeight = pC->EncodingHeight = M4ENCODER_SQCIF_Height;
3804 uiFrameHeight = pC->EncodingHeight = M4ENCODER_QQVGA_Height;
3809 uiFrameHeight = pC->EncodingHeight = M4ENCODER_QCIF_Height;
3814 uiFrameHeight = pC->EncodingHeight = M4ENCODER_QVGA_Height;
3819 uiFrameHeight = pC->EncodingHeight = M4ENCODER_CIF_Height;
3824 uiFrameHeight = pC->EncodingHeight = M4ENCODER_VGA_Height;
3829 uiFrameHeight
[all...]

Completed in 52 milliseconds