Searched defs:setVideoParams (Results 1 - 8 of 8) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Dh263sampleentry.h52 void setVideoParams(uint16 frame_width, uint16 frame_height) function in class:PVA_FF_H263SampleEntry
H A Dmediaatom.h140 void setVideoParams(uint32 frame_width, uint32 frame_height) function in class:PVA_FF_MediaAtom
142 _pmediaInformation->setVideoParams(frame_width, frame_height);
H A Dmediainformationatom.h128 void setVideoParams(uint32 frame_width, uint32 frame_height) function in class:PVA_FF_MediaInformationAtom
130 _psampleTableAtom->setVideoParams(frame_width, frame_height);
H A Dsampledescriptionatom.h95 void setVideoParams(uint32 frame_width, uint32 frame_height) function in class:PVA_FF_SampleDescriptionAtom
H A Dvisualsampleentry.h76 void setVideoParams(uint16 frame_width, uint16 frame_height) function in class:PVA_FF_VisualSampleEntry
H A Dsampletableatom.h149 void setVideoParams(uint32 frame_width, uint32 frame_height) function in class:PVA_FF_SampleTableAtom
151 _psampleDescriptionAtom->setVideoParams(frame_width, frame_height);
/external/opencore/fileformats/mp4/composer/src/
H A Dtrackatom.cpp498 PVA_FF_TrackAtom::setVideoParams(uint32 frame_width, uint32 frame_height) function in class:PVA_FF_TrackAtom
504 _pmediaAtom->setVideoParams(frame_width, frame_height);
H A Dmpeg4file.cpp1183 PVA_FF_Mpeg4File::setVideoParams(uint32 trackID, function in class:PVA_FF_Mpeg4File
1195 trackAtom->setVideoParams(frame_width, frame_height);

Completed in 25 milliseconds