Lines Matching refs:input
45 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
55 .withConstValue(AllocSharedString<C2PortMimeConfig::input>( in IntfImpl()
81 .withDefault(new C2BitrateTuning::input(0u, 6000)) in IntfImpl()
88 .withConstValue(new C2StreamMaxBufferSizeInfo::input(0u, 960 * 6)) in IntfImpl()
93 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
95 std::shared_ptr<C2PortMimeConfig::input> mInputMediaType;
99 std::shared_ptr<C2BitrateTuning::input> mBitrate;
100 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize;
185 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork()
187 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork()
307 work->worklets.front()->output.flags = work->input.flags; in process()
314 bool eos = ((work->input.flags & C2FrameData::FLAG_END_OF_STREAM) != 0); in process()
318 if (!work->input.buffers.empty()) { in process()
319 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process()
337 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
427 if ((work->input.flags & C2FrameData::FLAG_CODEC_CONFIG)) { in process()
435 if (work->input.ordinal.timestamp.peeku() == 0) mSamplesToDiscard = mCodecDelay; in process()
484 work->worklets.front()->output.flags = work->input.flags; in process()
487 work->worklets.front()->output.ordinal = work->input.ordinal; in process()