Home
last modified time | relevance | path

Searched refs:PluginCodec_ReturnCoderBufferTooSmall (Results 1 – 7 of 7) sorted by relevance

/dports/net/opal/opal-3.10.10/plugins/template/
H A Dtemplate.cpp329 flags |= PluginCodec_ReturnCoderBufferTooSmall; in Transcode()
H A Dtemplate_h264.cpp892 flags |= PluginCodec_ReturnCoderBufferTooSmall; in Transcode()
/dports/net/h323plus/h323plus-1_27_2/include/codec/
H A Dopalplugin.h179PluginCodec_ReturnCoderBufferTooSmall = 8, // indicates when output buffer is not large enough … enumerator
/dports/net/opal/opal-3.10.10/include/codec/
H A Dopalplugin.h204PluginCodec_ReturnCoderBufferTooSmall = 8 // indicates when output buffer is not large enough … enumerator
/dports/net/opal/opal-3.10.10/plugins/video/H.264/
H A Dh264-x264.cxx1176 flags |= PluginCodec_ReturnCoderBufferTooSmall; in Transcode()
/dports/net/opal/opal-3.10.10/plugins/video/H.263-1998/
H A Dh263-1998.cxx803 flags = PluginCodec_ReturnCoderBufferTooSmall; in DecodeFrames()
/dports/net/opal/opal-3.10.10/src/codec/
H A Dopalpluginmgr.cxx1061 if ((flags & PluginCodec_ReturnCoderBufferTooSmall) != 0) { in DecodeFrame()
1075 if ((flags & PluginCodec_ReturnCoderBufferTooSmall) != 0) { in DecodeFrame()