Home
last modified time | relevance | path

Searched refs:FormatFrame (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_interface.h280 int32_t FormatDemuxerReadFrame(const FormatHandle handle, FormatFrame *frame, int32_t timeOutMs);
293 int32_t FormatDemuxerFreeFrame(const FormatHandle handle, FormatFrame *frame);
491 int32_t FormatMuxerWriteFrame(const FormatHandle handle, const FormatFrame *frameData);
H A Dformat_type.h185 } FormatFrame; typedef
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_source.h44 int32_t ReadFrame(FormatFrame &frame);
45 int32_t FreeFrame(FormatFrame &frame);
H A Dplayer_demux.h45 int32_t ReadFrame(FormatFrame &frame);
46 int32_t FreeFrame(FormatFrame &frame);
H A Dplayer_source.cpp137 int32_t PlayerSource::ReadFrame(FormatFrame &frame) in ReadFrame()
143 int32_t PlayerSource::FreeFrame(FormatFrame &frame) in FreeFrame()
H A Dplayer_demux.cpp259 int32_t PlayerDemuxer::ReadFrame(FormatFrame &frame) in ReadFrame()
265 int32_t PlayerDemuxer::FreeFrame(FormatFrame &frame) in FreeFrame()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.h129 int32_t TPlayAfterFrameRead(FormatFrame& packet);
142 int32_t ReadFrameFromSource(FormatFrame &fmtFrame);
188 FormatFrame formatPacket_;
H A Dliteplayer.cpp166 (void)memset_s(&formatPacket_, sizeof(formatPacket_), 0, sizeof(FormatFrame)); in PlayerControl()
892 int32_t PlayerControl::ReadFrameFromSource(FormatFrame &fmtFrame) in ReadFrameFromSource()
1202 …CHECK_FAILED_RETURN(memset_s(&formatPacket_, sizeof(formatPacket_), 0, sizeof(FormatFrame)), EOK, … in ReadPacket()
1206 …CHECK_FAILED_RETURN(memset_s(&formatPacket_, sizeof(formatPacket_), 0, sizeof(FormatFrame)), EOK, … in ReadPacket()
1221 inline static bool IsValidPacket(FormatFrame &packet) in IsValidPacket()
1359 if (memset_s(&formatPacket_, sizeof(formatPacket_), 0, sizeof(FormatFrame)) != EOK) { in ReadTplayData()
1371 if (memset_s(&formatPacket_, sizeof(formatPacket_), 0, sizeof(FormatFrame)) != EOK) { in ReadTplayData()
1431 if (memset_s(&(fmtFileInfo_), sizeof(fmtFileInfo_), 0, sizeof(FormatFrame)) != EOK) { in DoStop()
1856 int32_t PlayerControl::TPlayAfterFrameRead(FormatFrame &packet) in TPlayAfterFrameRead()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_sink.h50 int32_t WriteData(int32_t trackId, FormatFrame &frameData) const;
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_local_benchmark.cpp84 auto str = unwinder.FormatFrame(i); in UnwindLocal()
H A Dunwind_remote_benchmark.cpp117 auto str = unwinder.FormatFrame(i); in UnwindRemote()
/ohos5.0/drivers/peripheral/format/
H A DREADME_zh.md145 …1112812"></a>int32_t FormatDemuxerReadFrame(const FormatHandle handle, FormatFrame *frame, int32_t…
150 …83141102218"></a>int32_t FormatDemuxerFreeFrame(const FormatHandle handle, FormatFrame *frame);</p>
220 …24"></a>int32_t FormatMuxerWriteFrame(const FormatHandle handle, const FormatFrame *frameData);</p>
H A DREADME.md145 …1112812"></a>int32_t FormatDemuxerReadFrame(const FormatHandle handle, FormatFrame *frame, int32_t…
150 …83141102218"></a>int32_t FormatDemuxerFreeFrame(const FormatHandle handle, FormatFrame *frame);</p>
220 …24"></a>int32_t FormatMuxerWriteFrame(const FormatHandle handle, const FormatFrame *frameData);</p>
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_sink.cpp139 int32_t RecorderSink::WriteData(int32_t trackId, FormatFrame &frameData) const in WriteData()
H A Drecorder_impl.cpp1027 FormatFrame frameData; in DataSourceProcess()
1110 FormatFrame frameData; in AudioSourceProcess()
1193 FormatFrame frameData; in VideoSourceProcess()