Searched refs:ForceIntraFrame (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/codec/api/svc/ |
D | codec_api.h | 323 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) = 0; 489 int (*ForceIntraFrame) (ISVCEncoder*, bool bIDR);
|
/third_party/openh264/test/api/ |
D | c_interface_test.c | 19 CHECK (7, p, ForceIntraFrame); in CheckEncoderInterface()
|
D | cpp_interface_test.cpp | 50 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) { in ForceIntraFrame() function
|
D | encode_decode_api_test.cpp | 243 pEncoder->ForceIntraFrame (true); in LTRRecoveryRequest() 253 pEncoder->ForceIntraFrame (true); in LTRRecoveryRequest()
|
D | encode_options_test.cpp | 451 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()
|
D | ltr_test.cpp | 40 encoder_->ForceIntraFrame (true); in TEST_P()
|
/third_party/openh264/codec/encoder/plus/inc/ |
D | welsEncoderExt.h | 88 virtual int EXTAPI ForceIntraFrame (bool bIDR,int32_t iLayerId = -1);
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderExt.cpp | 680 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/ |
D | libopenh264enc.c | 389 (*s->encoder)->ForceIntraFrame(s->encoder, true); in svc_encode_frame()
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 433 encoder_->ForceIntraFrame (true); in Encode_w()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 964 openh264enc->encoder->ForceIntraFrame (true); in gst_openh264enc_handle_frame()
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 487 int CWelsH264SVCEncoder::ForceIntraFrame (bool bIDR, int iLayerId) { in ForceIntraFrame() function in WelsEnc::CWelsH264SVCEncoder
|
/third_party/openh264/ |
D | RELEASES | 67 - Supported to force IDR independently for each layer in simulcast AVC case.See API ForceIntraFrame…
|