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

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

Completed in 21 milliseconds