Home
last modified time | relevance | path

Searched refs:haveKeyFrame (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Dframe_merger.cpp48 bool haveKeyFrame = back->KeyFrame(); in InputFrame() local
55 haveKeyFrame = true; in InputFrame()
59 cb(back->Dts(), back->Pts(), buffer, haveKeyFrame); in InputFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp105 auto haveKeyFrame = false; in UnpackStapA() local
115 haveKeyFrame = true; in UnpackStapA()
120 return haveKeyFrame; in UnpackStapA()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/frame/
H A Dframe_unit_test.cpp106 auto output = [](uint32_t dts, uint32_t pts, const DataBuffer::Ptr &buffer, bool haveKeyFrame) { in HWTEST_F()
110 (void)haveKeyFrame; in HWTEST_F()

Completed in 3 milliseconds