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

/external/chromium_org/media/formats/mp4/
H A Dbox_definitions.h180 struct MEDIA_EXPORT PixelAspectRatioBox : Box { struct in namespace:media::mp4
181 DECLARE_BOX_METHODS(PixelAspectRatioBox);
195 PixelAspectRatioBox pixel_aspect;
H A Dbox_definitions.cc419 PixelAspectRatioBox::PixelAspectRatioBox() : h_spacing(1), v_spacing(1) {} function in class:media::mp4::PixelAspectRatioBox
420 PixelAspectRatioBox::~PixelAspectRatioBox() {}
421 FourCC PixelAspectRatioBox::BoxType() const { return FOURCC_PASP; }
423 bool PixelAspectRatioBox::Parse(BoxReader* reader) {

Completed in 390 milliseconds