Lines Matching refs:input
41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
51 .withConstValue(AllocSharedString<C2PortMimeConfig::input>( in IntfImpl()
77 .withDefault(new C2BitrateTuning::input(0u, 64000)) in IntfImpl()
84 .withConstValue(new C2StreamMaxBufferSizeInfo::input(0u, 64 * 1024)) in IntfImpl()
101 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
103 std::shared_ptr<C2PortMimeConfig::input> mInputMediaType;
107 std::shared_ptr<C2BitrateTuning::input> mBitrate;
108 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize;
158 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
160 work->worklets.front()->output.flags = work->input.flags; in process()
162 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
163 if (!work->input.buffers.empty()) { in process()
164 work->worklets.front()->output.buffers.push_back(work->input.buffers[0]); in process()
166 if (work->input.flags & C2FrameData::FLAG_END_OF_STREAM) { in process()