Searched refs:fIn (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DCircularBuffer.h54 fIn = 0;
60 return fIn == 0;
65 return fIn;
70 if (index >= (int32)fIn || index < 0 || fBuffer == NULL)
79 if (fIn < fSize)
80 index = fFirst + fIn++;
95 uint32 fIn; member in class:CircularBuffer
H A DDataSource.cpp1329 fIn(in),
1339 fColor = fIn ? (rgb_color){200, 150, 0} : (rgb_color){200, 220, 0};
1347 fIn = other.fIn;
1378 uint64 transferred = fIn ? info.NetworkReceived() : info.NetworkSent();
1393 return fIn ? B_TRANSLATE("Receiving") : B_TRANSLATE("Sending");
1400 return fIn ? B_TRANSLATE_COMMENT("RX", "Shorter version for Receiving.") :
1408 return fIn ? "Network receive" : "Network send";
1415 return fIn ? B_TRANSLATE("Network receive") : B_TRANSLATE("Network send");
H A DDataSource.h344 bool fIn; member in class:NetworkUsageDataSource
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp102 fIn.destination.port = ControlPort();
103 fIn.destination.id = 0;
104 fIn.source = media_source::null;
105 fIn.format.type = B_MEDIA_RAW_VIDEO;
107 fIn.format.u.raw_video = media_raw_video_format::wildcard;
108 fIn.format.u.raw_video.interlace = 1;
109 fIn.format.u.raw_video.display.format = B_NO_COLOR_SPACE;
110 fIn.format.u.raw_video.display.bytes_per_row = 0;
111 fIn.format.u.raw_video.display.line_width = 0;
112 fIn
[all...]
H A DVideoConsumer.h107 media_input fIn; member in class:VideoConsumer
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp183 fIn.destination.port = ControlPort();
184 fIn.destination.id = 0;
185 fIn.source = media_source::null;
186 fIn.format.type = B_MEDIA_RAW_VIDEO;
187 fIn.format.u.raw_video = vid_format;
274 if (forWhom != fIn.destination)
382 fIn.source = producer;
383 fIn.format = withFormat;
384 fIn.node = Node();
385 sprintf(fIn
[all...]
H A DVideoConsumer.h133 media_input fIn; member in class:VideoConsumer
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp48 const BUSBEndpoint *fIn; member in class:USBPrinter
211 : fInterface(intf), fOut(out), fIn(in), fName(name), fID(id)
234 return fIn->BulkTransfer(buf, size);

Completed in 60 milliseconds