Home
last modified time | relevance | path

Searched refs:DecodedFormat (Results 1 – 18 of 18) sorted by relevance

/haiku/src/kits/media/
H A DTrackReader.cpp106 if (track->DecodedFormat(&fmt) != B_OK) in BTrackReader()
142 if (track->DecodedFormat(&fmt) == B_OK) { in SetToTrack()
151 if (track->DecodedFormat(&fmt) == B_OK) { in SetToTrack()
160 if (track->DecodedFormat(&fmt) == B_OK) { in SetToTrack()
H A DSoundFile.cpp367 status = track->DecodedFormat(&mf); in _ref_to_file()
H A DMediaTrack.cpp151 return self->DecodedFormat(_format, 0); in DecodedFormat__11BMediaTrackP12media_format()
156 BMediaTrack::DecodedFormat(media_format* _format, uint32 flags) in DecodedFormat() function in BMediaTrack
/haiku/src/apps/mediaconverter/
H A DMediaFileInfo.cpp63 ret = track->DecodedFormat(&format); in LoadInfo()
93 ret = track->DecodedFormat(&format); in LoadInfo()
H A DMediaConverterApp.cpp400 inTrack->DecodedFormat(&outAudFormat); in _ConvertFile()
409 inTrack->DecodedFormat(&outAudFormat); in _ConvertFile()
442 inVidTrack->DecodedFormat(&outVidFormat); in _ConvertFile()
/haiku/src/bin/media_client/
H A DMediaPlay.cpp78 if ((track->DecodedFormat(&playFormat) == B_OK) in media_play()
/haiku/src/tests/kits/media/playsound/
H A Dplayfile.cpp84 if ((track->DecodedFormat(&playFormat) == B_OK) in main()
/haiku/src/tests/kits/media/media_decoder/
H A Dmedia_decoder.cpp67 track->DecodedFormat(&format); in main()
/haiku/src/tests/kits/media/
H A DVideoDecoder.cpp91 fMediaTrack->DecodedFormat(&format); in VideoWindow()
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp83 if ((track->DecodedFormat(&fPlayFormat) == B_OK) in MediaFilePlayer()
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp97 err = fVideoTrack->DecodedFormat(&format); in _Load()
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp82 if (mediaTrack->DecodedFormat(&format) != B_OK) { in main()
/haiku/src/kits/game/
H A DSimpleGameSound.cpp166 status_t error = audioStream->DecodedFormat(&mformat); in Init()
H A DFileGameSound.cpp352 if (fAudioStream->stream->DecodedFormat(&playFormat) != B_OK) { in Init()
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp384 return fVideoTrack->DecodedFormat(&fFormat); in _SetDecodedFormat()
H A DMediaTrackAudioSupplier.cpp242 if (fMediaTrack == NULL || fMediaTrack->DecodedFormat(&fFormat) != B_OK in _InitFromTrack()
/haiku/headers/os/media/
H A DMediaTrack.h85 status_t DecodedFormat(media_format* _format,
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1075 if ((track->DecodedFormat(&fPlayFormat) == B_OK) in UpdatePlayFile()