Home
last modified time | relevance | path

Searched refs:display_height (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/vr/hardware_composer/tests/
Dvr_composer_test.cpp108 frame.display_height = 400; in TEST_F()
126 ASSERT_EQ(frame.display_height, received_frame.display_height); in TEST_F()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_frame.cpp25 ret = parcel->writeInt32(frame_.display_height); in writeToParcel()
67 ret = parcel->readInt32(&frame_.display_height); in readFromParcel()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h26 uint32_t display_height; member
45 PDX_SERIALIZABLE_MEMBERS(Metrics, display_width, display_height,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h161 …id PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height);
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp96 return frame->frame.display_height; in dvrHwcFrameGetDisplayHeight()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h85 int32_t display_height; member
Dvr_hwc.cpp78 *height = status.get().display_height; in GetPrimaryDisplaySize()
519 frame.display_height = display_ptr->height(); in presentDisplay()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp772 …F void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height) in PVGetVideoDimensions() argument
776 *display_height = video->displayHeight; in PVGetVideoDimensions()