Searched refs:B_LAST_BUFFER_ERROR (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/media/
H A DTrackReader.cpp243 return B_LAST_BUFFER_ERROR;
H A DMediaDecoder.cpp292 return B_LAST_BUFFER_ERROR;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c248 case B_LAST_BUFFER_ERROR:
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp128 if (ret < B_OK && ret != B_LAST_BUFFER_ERROR) {
151 if (ret == B_LAST_BUFFER_ERROR && fVideoTrack->CountFrames() < 2)
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp97 return B_LAST_BUFFER_ERROR;
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp95 return B_LAST_BUFFER_ERROR;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp606 \returns B_LAST_BUFFER_ERROR There are no more audio frames available.
646 \returns B_LAST_BUFFER_ERROR There are no more video frames available.
697 status code B_LAST_BUFFER_ERROR.
715 \returns B_LAST_BUFFER_ERROR when there are no more audio frames available.
740 if (decodeAudioChunkStatus == B_LAST_BUFFER_ERROR
1053 \returns B_LAST_BUFFER_ERROR No more audio frame chunks available. From
1139 return B_LAST_BUFFER_ERROR;
1243 \returns B_LAST_BUFFER_ERROR when there are no more video frames available.
1260 return B_LAST_BUFFER_ERROR;
1266 if (loadingChunkStatus == B_LAST_BUFFER_ERROR)
[all...]
H A DAVFormatReader.cpp867 return B_LAST_BUFFER_ERROR;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp773 if (err != B_OK && err != B_LAST_BUFFER_ERROR) {
778 } else if (err == B_LAST_BUFFER_ERROR) {
/haiku/src/bin/
H A Derror.c105 E(B_LAST_BUFFER_ERROR),
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp366 return B_LAST_BUFFER_ERROR;
/haiku/headers/os/support/
H A DErrors.h242 #define B_LAST_BUFFER_ERROR (B_MEDIA_ERROR_BASE + 7) macro
/haiku/headers/build/os/support/
H A DErrors.h236 #define B_LAST_BUFFER_ERROR (B_MEDIA_ERROR_BASE + 7) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h690 #define B_LAST_BUFFER_ERROR FSSH_B_LAST_BUFFER_ERROR macro

Completed in 153 milliseconds