Searched refs:_SetDecodedFormat (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/mediaplayer/supplier/ |
H A D | MediaTrackVideoSupplier.cpp | 324 ret = _SetDecodedFormat(width, height, format, bytesPerRow); in _SwitchFormat() 332 ret = _SetDecodedFormat(width, height, format, bytesPerRow); in _SwitchFormat() 355 ret = _SetDecodedFormat(width, height, format, minBytesPerRow); in _SwitchFormat() 369 MediaTrackVideoSupplier::_SetDecodedFormat(uint32 width, uint32 height, in _SetDecodedFormat() function in MediaTrackVideoSupplier
|
H A D | MediaTrackVideoSupplier.h | 52 status_t _SetDecodedFormat(uint32 width, uint32 height,
|