OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:H264PPS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
h264_parser.cc
41
H264PPS
::
H264PPS
() {
129
const
H264PPS
* H264Parser::GetPPS(int pps_id) {
500
H264PPS
* pps) {
691
scoped_ptr<
H264PPS
> pps(new
H264PPS
());
949
const
H264PPS
* pps;
[
all
...]
h264_parser.h
91
struct CONTENT_EXPORT
H264PPS
{
92
H264PPS
();
290
const
H264PPS
* GetPPS(int pps_id);
316
Result ParsePPSScalingLists(const H264SPS& sps,
H264PPS
* pps);
346
typedef std::map<int,
H264PPS
*> PPSById;
Completed in 144 milliseconds