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

/haiku-fatelf/src/apps/activitymonitor/
H A DCircularBuffer.h53 fIn = 0;
59 return fIn == 0;
64 return fIn;
69 if (index >= (int32)fIn || index < 0 || fBuffer == NULL)
78 if (fIn < fSize)
79 index = fFirst + fIn++;
94 uint32 fIn; member in class:CircularBuffer
H A DDataSource.cpp1194 fIn(in),
1204 fColor = fIn ? (rgb_color){200, 150, 0} : (rgb_color){200, 220, 0};
1212 fIn = other.fIn;
1243 uint64 transferred = fIn ? info.NetworkReceived() : info.NetworkSent();
1258 return fIn ? B_TRANSLATE("Receiving") : B_TRANSLATE("Sending");
1265 return fIn ? B_TRANSLATE_COMMENT("RX", "Shorter version for Receiving.") :
1273 return fIn ? "Network receive" : "Network send";
1280 return fIn ? B_TRANSLATE("Network receive") : B_TRANSLATE("Network send");
H A DDataSource.h312 bool fIn; member in class:NetworkUsageDataSource
/haiku-fatelf/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-fatelf/src/apps/codycam/
H A DVideoConsumer.cpp178 fIn.destination.port = ControlPort();
179 fIn.destination.id = 0;
180 fIn.source = media_source::null;
181 fIn.format.type = B_MEDIA_RAW_VIDEO;
182 fIn.format.u.raw_video = vid_format;
265 if (forWhom != fIn.destination)
366 fIn.source = producer;
367 fIn.format = withFormat;
368 fIn.node = Node();
369 sprintf(fIn
[all...]
H A DVideoConsumer.h123 media_input fIn; member in class:VideoConsumer
/haiku-fatelf/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 141 milliseconds