Searched refs:first_active (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp26 fFormat.u.encoded_video.output.first_active = 0;
/haiku/src/kits/media/
H A DMediaDefs.cpp292 if (a.first_active != 0 && b.first_active != 0
293 && a.first_active != b.first_active) {
575 if (format->first_active == 0)
576 format->first_active = other->first_active;
985 && a.first_active == b.first_active
1145 f.u.raw_video.first_active,
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp757 if( format->u.raw_video.first_active != media_raw_video_format::wildcard.first_active ) {
758 if( (int32)format->u.raw_video.first_active < 0 ) {
759 DPRINT(( "Unsupported first_active (%d)\n", format->u.raw_video.first_active ));
786 if( format->u.raw_video.first_active == media_raw_video_format::wildcard.first_active )
787 format->u.raw_video.first_active = 0;
1731 new_format.u.raw_video.first_active = media_raw_video_format::wildcard.first_active;
[all...]
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp29 - encoded_video.output.first_active = 0
215 rawMediaFormat.u.raw_video.first_active = 0;
/haiku/src/apps/cortex/InfoView/
H A DEndPointInfoView.cpp209 s = MediaString::forVideoActiveLines(format.u.raw_video.first_active,
H A DConnectionInfoView.cpp174 s = MediaString::forVideoActiveLines(format.u.raw_video.first_active,
/haiku/src/apps/cortex/support/
H A DMediaString.cpp365 if ((format.first_active != media_raw_video_format::wildcard.first_active)
367 s << (empty ? "" : ", ") << forVideoActiveLines(format.first_active,
1137 if ((firstActive == media_raw_video_format::wildcard.first_active)
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp133 const char* const gKey_first_active = "first_active";
635 if(f.first_active != w.first_active)
636 context.writeAttr(gKey_first_active, f.first_active);
1037 f.first_active = atol(value);
/haiku/headers/os/media/
H A DMediaDefs.h377 uint32 first_active; // Index of first active line. 0, typically member in struct:media_raw_video_format
380 // line_count - 1, if first_active is 0.
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp539 inOutFormat->u.raw_video.first_active
H A DAVFormatReader.cpp1160 format->u.encoded_video.output.first_active = 0;
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp976 fDefaultFormatRawVideo.u.raw_video.first_active = 0;

Completed in 112 milliseconds