Searched refs:SendFrame (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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 *nextS… in SendFrame() function 352 …int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, nextStat… in SendFileHeader() 578 …int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, nextStat… in SendFileTransferDoneAckFrame() 793 …int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, NULL, ne… in SendFileHeaderConfirm() 980 …int32_t ret = SendFrame(dFileTrans, dFileTrans->sendBuffer, dFileTrans->sendBufferLength, NULL, ne… in SendFileTransferDoneFrame()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_transfer.h | 296 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextS…
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.h | 113 void SendFrame();
|
H A D | fcodec.cpp | 146 sendTask_->RegisterHandler([this] { SendFrame(); }); in Initialize() 926 void FCodec::SendFrame() in SendFrame() function in OHOS::MediaAVCodec::Codec::FCodec
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.h | 130 void SendFrame();
|
H A D | hevc_decoder.cpp | 181 sendTask_->RegisterHandler([this] { SendFrame(); }); in Initialize() 946 void HevcDecoder::SendFrame() in SendFrame() function in OHOS::MediaAVCodec::Codec::HevcDecoder
|