Lines Matching refs:fIn
102 fIn.destination.port = ControlPort(); in NodeRegistered()
103 fIn.destination.id = 0; in NodeRegistered()
104 fIn.source = media_source::null; in NodeRegistered()
105 fIn.format.type = B_MEDIA_RAW_VIDEO; in NodeRegistered()
107 fIn.format.u.raw_video = media_raw_video_format::wildcard; in NodeRegistered()
108 fIn.format.u.raw_video.interlace = 1; in NodeRegistered()
109 fIn.format.u.raw_video.display.format = B_NO_COLOR_SPACE; in NodeRegistered()
110 fIn.format.u.raw_video.display.bytes_per_row = 0; in NodeRegistered()
111 fIn.format.u.raw_video.display.line_width = 0; in NodeRegistered()
112 fIn.format.u.raw_video.display.line_count = 0; in NodeRegistered()
166 if (forWhom != fIn.destination) in ProducerDataStatus()
317 fIn.source = producer; in Connected()
318 fIn.format = format; in Connected()
319 fIn.node = Node(); in Connected()
320 sprintf(fIn.name, "Video Consumer"); in Connected()
321 *outInput = fIn; in Connected()
331 ret = SetOutputBuffersFor(producer, fIn.destination, in Connected()
336 fIn.format.u.raw_video.display.bytes_per_row in Connected()
343 *outInput = fIn; in Connected()
358 if (where != fIn.destination || producer != fIn.source) in Disconnected()
363 SetOutputBuffersFor(producer, fIn.destination, NULL, NULL, &changeTag, in Disconnected()
373 fIn.source = media_source::null; in Disconnected()
388 if (dest != fIn.destination) { in AcceptFormat()
456 fIn.node = Node(); in GetNextInput()
457 fIn.destination.id = *cookie; in GetNextInput()
458 sprintf(fIn.name, "Video Consumer"); in GetNextInput()
459 *outInput = fIn; in GetNextInput()
480 if (whom != fIn.destination) in GetLatencyFor()
496 if (consumer != fIn.destination) in FormatChanged()
499 if (producer != fIn.source) in FormatChanged()
502 fIn.format = format; in FormatChanged()