Home
last modified time | relevance | path

Searched refs:videoFrameTypeSkip (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_def.h73 videoFrameTypeSkip, ///< skip the frame based encoder kernel enumerator
/third_party/openh264/test/encoder/
DEncUT_InterfaceTest.cpp98 if (info.eFrameType != videoFrameTypeSkip) { in TEST_F()
DEncUT_EncoderExt.cpp721 } while ((sFbi.eFrameType == static_cast<int> (videoFrameTypeSkip)) && (iCount ++ < 100)); in TEST_F()
766 } while ((sFbi.eFrameType == static_cast<int> (videoFrameTypeSkip)) && (iCount ++ < 100)); in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dencoder.cpp369 iFrameType = videoFrameTypeSkip; in DecideFrameType()
399 iFrameType = videoFrameTypeSkip; in DecideFrameType()
Dencoder_ext.cpp3375 pFbi->sLayerInfo[i].eFrameType = videoFrameTypeSkip; in ClearFrameBsInfo()
3388 if (eFrameType == videoFrameTypeSkip) { in PrepareEncodeFrame()
3481 pFbi->eFrameType = videoFrameTypeSkip; in WelsEncoderEncodeExt()
3486 pFbi->sLayerInfo[iNalIdx].eFrameType = videoFrameTypeSkip; in WelsEncoderEncodeExt()
3505 pFbi->eFrameType = videoFrameTypeSkip; in WelsEncoderEncodeExt()
3506 pLayerBsInfo->eFrameType = videoFrameTypeSkip; in WelsEncoderEncodeExt()
3522 if (eFrameType == videoFrameTypeSkip) { in WelsEncoderEncodeExt()
3523 pFbi->eFrameType = videoFrameTypeSkip; in WelsEncoderEncodeExt()
3524 pLayerBsInfo->eFrameType = videoFrameTypeSkip; in WelsEncoderEncodeExt()
3548 if (eFrameType == videoFrameTypeSkip) { in WelsEncoderEncodeExt()
[all …]
/third_party/openh264/test/api/
DBaseEncoderTest.cpp117 if (info.eFrameType != videoFrameTypeSkip && cbk != NULL) { in EncodeStream()
Ddecode_api_test.cpp702 if (info.eFrameType == videoFrameTypeSkip) in TEST_F()
1208 if (info.eFrameType == videoFrameTypeSkip) in TEST_F()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp431 if (pBsInfo->eFrameType != videoFrameTypeInvalid && pBsInfo->eFrameType != videoFrameTypeSkip) { in EncodeFrameInternal()
592 EVideoFrameType eFrameType = videoFrameTypeSkip; in UpdateStatistics()
614 const bool kbCurrentFrameSkipped = (videoFrameTypeSkip == eFrameType); in UpdateStatistics()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c397 if (fbi.eFrameType == videoFrameTypeSkip) { in svc_encode_frame()
/third_party/openh264/module/
Dgmp-openh264.cpp483 case videoFrameTypeSkip: in Encode_w()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp985 if (videoFrameTypeSkip == frame_info.eFrameType) { in gst_openh264enc_handle_frame()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp953 if (videoFrameTypeSkip == sFbi.eFrameType) { in ProcessEncoding()