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

/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth)
50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) {
60 *pHeight = height;
45 I3DMacroscopic_GetSize(SL3DMacroscopicItf self, SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth) argument
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3581 uint32_t *pWidth, uint32_t *pHeight) {
3589 if (pHeight == NULL) {
3590 ALOGE("getVideoFrameSizeByResolution invalid pointer for pHeight");
3671 *pHeight = frameHeight;
3579 getVideoSizeByResolution( M4VIDEOEDITING_VideoFrameSize resolution, uint32_t *pWidth, uint32_t *pHeight) argument

Completed in 300 milliseconds