Home
last modified time | relevance | path

Searched refs:ForceIntraFrame (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_api.h323 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) = 0;
489 int (*ForceIntraFrame) (ISVCEncoder*, bool bIDR);
/third_party/openh264/test/api/
Dc_interface_test.c19 CHECK (7, p, ForceIntraFrame); in CheckEncoderInterface()
Dcpp_interface_test.cpp50 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) { in ForceIntraFrame() function
Dencode_decode_api_test.cpp243 pEncoder->ForceIntraFrame (true); in LTRRecoveryRequest()
253 pEncoder->ForceIntraFrame (true); in LTRRecoveryRequest()
Dencode_options_test.cpp451 rv = encoder_->ForceIntraFrame (true); in TEST_F()
462 rv = encoder_->ForceIntraFrame (true); in TEST_F()
561 rv = encoder_->ForceIntraFrame (true); in TEST_F()
572 rv = encoder_->ForceIntraFrame (true); in TEST_F()
669 rv = encoder_->ForceIntraFrame (true); in TEST_F()
778 rv = encoder_->ForceIntraFrame (true); in TEST_F()
859 rv = encoder_->ForceIntraFrame (true); in TEST_F()
1513 encoder_->ForceIntraFrame (true); in TEST_F()
2038 rv = encoder_->ForceIntraFrame (true); in TEST_F()
Dltr_test.cpp40 encoder_->ForceIntraFrame (true); in TEST_P()
/third_party/openh264/codec/encoder/plus/inc/
DwelsEncoderExt.h88 virtual int EXTAPI ForceIntraFrame (bool bIDR,int32_t iLayerId = -1);
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp680 pPtrEnc->ForceIntraFrame (true, iLayerNum); in TEST_F()
699 TEST_F (EncoderInterfaceTest, ForceIntraFrame) { in TEST_F() argument
711 pPtrEnc->ForceIntraFrame (bIDR); in TEST_F()
715 pPtrEnc->ForceIntraFrame (bIDR); in TEST_F()
760 pPtrEnc->ForceIntraFrame (bIDR); in TEST_F()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c389 (*s->encoder)->ForceIntraFrame(s->encoder, true); in svc_encode_frame()
/third_party/openh264/module/
Dgmp-openh264.cpp433 encoder_->ForceIntraFrame (true); in Encode_w()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp964 openh264enc->encoder->ForceIntraFrame (true); in gst_openh264enc_handle_frame()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp487 int CWelsH264SVCEncoder::ForceIntraFrame (bool bIDR, int iLayerId) { in ForceIntraFrame() function in WelsEnc::CWelsH264SVCEncoder
/third_party/openh264/
DRELEASES67 - Supported to force IDR independently for each layer in simulcast AVC case.See API ForceIntraFrame