Home
last modified time | relevance | path

Searched refs:enIntfSync (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vo.cpp30 RK_S32 enIntfSync; member
48 void TEST_VO_GetDisplaySize(RK_S32 enIntfSync, RK_U32 *s32W, RK_U32 *s32H) { in TEST_VO_GetDisplaySize() argument
49 switch (enIntfSync) { in TEST_VO_GetDisplaySize()
93 if (stVoTimings[i].enIntfSync == enIntfSync) { in TEST_VO_GetDisplaySize()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp57 RK_S32 enIntfSync; member
159 VO_INTF_SYNC_E enIntfSync; member
207 static void Sample_VO_GetDisplaySize(RK_S32 enIntfSync, RK_U32 *s32W, RK_U32 *s32H) { in Sample_VO_GetDisplaySize() argument
208 switch (enIntfSync) { in Sample_VO_GetDisplaySize()
268 if (stVoTimings[i].enIntfSync == enIntfSync) { in Sample_VO_GetDisplaySize()
287 RK_U32 enIntfSync; /* VO_OUTPUT_1080P50 */ member
361 static RK_S32 SampleSetVoInterfacetiming(VO_PUB_ATTR_S *stVoPubAttr, RK_U32 enIntfSync) { in SampleSetVoInterfacetiming() argument
366 if (enIntfSync == test_mode_table[i].mode) in SampleSetVoInterfacetiming()
375 stVoPubAttr->enIntfSync in SampleSetVoInterfacetiming()
[all...]
H A Dtest_mpi_all.cpp275 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo()
292 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo()
H A Dtest_mpi_avs.cpp142 VoPubAttr.enIntfSync = VO_OUTPUT_1080P60; in create_vo()
145 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo()
H A Dtest_mpi_vdec.cpp525 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo()
H A Dtest_mpi_vi.cpp278 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo()
H A Dtest_mpi_gdc.cpp152 VoPubAttr.enIntfSync = ctx->stVoOutputResolution; in create_vo()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_vo.h31 void TEST_VO_GetDisplaySize(RK_S32 enIntfSync, RK_U32 *s32W, RK_U32 *s32H);
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vo.h286 VO_INTF_SYNC_E enIntfSync; /* RW; Type of a VO interface timing */ member