Home
last modified time | relevance | path

Searched refs:IsStreaming (Results 1 – 7 of 7) sorted by relevance

/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp642 ALOG_ASSERT(!mInputQueue->IsStreaming()); in configureInputFormat()
756 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in configureOutputFormat()
1068 if (!mInputQueue->IsStreaming()) { in encode()
1069 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in encode()
1096 ALOG_ASSERT(mInputQueue->IsStreaming() && mOutputQueue->IsStreaming()); in drain()
1124 if (queue && queue->IsStreaming() && !queue->Streamoff()) { in flush()
1611 ALOG_ASSERT(!mInputQueue->IsStreaming()); in createInputBuffers()
1628 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in createOutputBuffers()
1654 ALOG_ASSERT(!mInputQueue->IsStreaming()); in destroyInputBuffers()
1664 ALOG_ASSERT(!mOutputQueue->IsStreaming()); in destroyOutputBuffers()
DV4L2Decoder.cpp344 event, StateToString(mState), (mInputQueue->IsStreaming() ? "streamon" : "streamoff"), in serviceDeviceTask()
347 (mOutputQueue->IsStreaming() ? "streamon" : "streamoff"), in serviceDeviceTask()
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.h72 bool IsStreaming(const grpc::string& method, bool is_request);
Dproto_file_parser.cc200 bool ProtoFileParser::IsStreaming(const grpc::string& method, bool is_request) { in IsStreaming() function in grpc::testing::ProtoFileParser
Dgrpc_tool.cc509 if (parser->IsStreaming(method_name, true /* is_request */)) { in CallMethod()
600 if (parser->IsStreaming(method_name, false /* is_request */)) { in CallMethod()
/external/v4l2_codec2/accel/
Dv4l2_device.cc778 if (IsStreaming()) { in AllocateBuffers()
849 if (IsStreaming()) { in DeallocateBuffers()
950 if (!IsStreaming()) { in DequeueBuffer()
996 bool V4L2Queue::IsStreaming() const { in IsStreaming() function in media::V4L2Queue
Dv4l2_device.h325 bool IsStreaming() const;