Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ getPictureSize
Method
getPictureSize
framework/utils/bitStreamParser.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void bitStreamParser::getPictureSize(int &width, int &height)
94
{
95
width = mCont->parser->width;
96
height = mCont->parser->height;
97
}
98
}
Callers
1
process_extra_data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected