Home
last modified time | relevance | path

Searched refs:SendFrame (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h130 void SendFrame();
H A Dhevc_decoder.cpp180 sendTask_ = std::make_shared<TaskThread>("SendFrame"); in Initialize()
181 sendTask_->RegisterHandler([this] { SendFrame(); }); in Initialize()
943 void HevcDecoder::SendFrame() in SendFrame() function in OHOS::MediaAVCodec::Codec::HevcDecoder
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h113 void SendFrame();
H A Dfcodec.cpp145 sendTask_ = std::make_shared<TaskThread>("SendFrame"); in Initialize()
146 sendTask_->RegisterHandler([this] { SendFrame(); }); in Initialize()
925 void FCodec::SendFrame() in SendFrame() function in OHOS::MediaAVCodec::Codec::FCodec
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h295 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextSend,
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c306 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextSend, in SendFrame() function
352 int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, nextState, NULL); in SendFileHeader()
578 int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, nextState, NULL); in SendFileTransferDoneAckFrame()
793 int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, NULL, nextState); in SendFileHeaderConfirm()
980 int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, NULL, nextState); in SendFileTransferDoneFrame()

Completed in 9 milliseconds