Lines Matching refs:input
45 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
55 .withConstValue(AllocSharedString<C2PortMimeConfig::input>( in IntfImpl()
85 .withDefault(new C2BitrateTuning::input(0u, 64000)) in IntfImpl()
92 .withConstValue(new C2StreamMaxBufferSizeInfo::input(0u, 8192)) in IntfImpl()
97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
99 std::shared_ptr<C2PortMimeConfig::input> mInputMediaType;
103 std::shared_ptr<C2BitrateTuning::input> mBitrate;
104 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize;
146 work->worklets.front()->output.flags = work->input.flags; in process()
156 if (!work->input.buffers.empty()) { in process()
157 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
165 bool eos = (work->input.flags & C2FrameData::FLAG_END_OF_STREAM) != 0; in process()
169 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
172 work->worklets.front()->output.flags = work->input.flags; in process()
174 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
206 work->worklets.front()->output.flags = work->input.flags; in process()
209 work->worklets.front()->output.ordinal = work->input.ordinal; in process()