Searched refs:SendFrame (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 130 void SendFrame();
|
H A D | hevc_decoder.cpp | 180 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 D | fcodec.h | 113 void SendFrame();
|
H A D | fcodec.cpp | 145 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 D | nstackx_dfile_transfer.h | 295 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextSend,
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_transfer.c | 306 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