Home
last modified time | relevance | path

Searched refs:DecodeAble (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Dh264_frame.h69 return H264_TYPE(*nalPtr) == NAL_IDR && DecodeAble();
96 bool DecodeAble() override
H A Dframe_merger.cpp68 if (frame->DecodeAble()) { in InputFrame()
104 if (frameCache_.back()->Dts() != frame->Dts() || frame->DecodeAble() || frame->ConfigFrame()) { in WillFlush()
H A Dframe.h71 virtual bool DecodeAble() in DecodeAble() function in OHOS::Sharing::Frame
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/frame/
H A Dframe_unit_test.cpp215 auto ret = frame->DecodeAble(); in HWTEST_F()
224 auto ret = frame->DecodeAble(); in HWTEST_F()
274 auto ret = frame->DecodeAble(); in HWTEST_F()

Completed in 2 milliseconds