Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Dxaplay.c691 XAVideoStreamInformation videoStreamInformation; in main() local
693 streamIndex, &videoStreamInformation); in main()
695 printf(" codecId = %u\n", videoStreamInformation.codecId); in main()
696 printf(" width = %u\n", videoStreamInformation.width); in main()
697 printf(" height = %u\n", videoStreamInformation.height); in main()
698 printf(" frameRate = %u\n", videoStreamInformation.frameRate); in main()
699 printf(" bitRate = %u\n", videoStreamInformation.bitRate); in main()
700 printf(" duration = %u\n", videoStreamInformation.duration); in main()