Searched refs:FormatFrame (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/drivers/peripheral/format/interfaces/include/ |
H A D | format_interface.h | 280 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 D | format_type.h | 185 } FormatFrame; typedef
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/ |
H A D | player_source.h | 44 int32_t ReadFrame(FormatFrame &frame); 45 int32_t FreeFrame(FormatFrame &frame);
|
H A D | player_demux.h | 45 int32_t ReadFrame(FormatFrame &frame); 46 int32_t FreeFrame(FormatFrame &frame);
|
H A D | player_source.cpp | 137 int32_t PlayerSource::ReadFrame(FormatFrame &frame) in ReadFrame() 143 int32_t PlayerSource::FreeFrame(FormatFrame &frame) in FreeFrame()
|
H A D | player_demux.cpp | 259 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 D | liteplayer.h | 129 int32_t TPlayAfterFrameRead(FormatFrame& packet); 142 int32_t ReadFrameFromSource(FormatFrame &fmtFrame); 188 FormatFrame formatPacket_;
|
H A D | liteplayer.cpp | 166 (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 D | recorder_sink.h | 50 int32_t WriteData(int32_t trackId, FormatFrame &frameData) const;
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_local_benchmark.cpp | 84 auto str = unwinder.FormatFrame(i); in UnwindLocal()
|
H A D | unwind_remote_benchmark.cpp | 117 auto str = unwinder.FormatFrame(i); in UnwindRemote()
|
/ohos5.0/drivers/peripheral/format/ |
H A D | README_zh.md | 145 …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 D | README.md | 145 …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 D | recorder_sink.cpp | 139 int32_t RecorderSink::WriteData(int32_t trackId, FormatFrame &frameData) const in WriteData()
|
H A D | recorder_impl.cpp | 1027 FormatFrame frameData; in DataSourceProcess() 1110 FormatFrame frameData; in AudioSourceProcess() 1193 FormatFrame frameData; in VideoSourceProcess()
|