Displaying 8 results from an estimated 8 matches for "getframe".
Did you mean:
  getframes
  
2003 May 09
1
OH323 Channel Driver buffer sizes
...rs are of different size? Is this a good thing?
Recording 
to 160 bytes and playing to 8 bytes buffers.... When looking into the
code, 
it looks to me as if there has been some trial and error approach? 
(WrapH323EndPoint::OpenAudioChannel)
                /************
                bufSize = GetFrames(mediaFormat) *
mediaFormat.GetFrameSize();
                **********/
                if (dir == RECORDER) {
                        bufSize = GetFrames(mediaFormat) *
mediaFormat.GetFrameSize();
                        WRAPTRACE(5, "Frames " <<
GetFrames(mediaFormat));...
2004 Jun 22
2
pwlib compile error
...igned,
unsigned, unsigned char const*, int)'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to
`PVideoOutputDeviceRGB::SetFrameData(unsigned, unsigned, unsigned,
unsigned, unsigned char const*, int)'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to
`PVideoInputDevice::GetFrame(PBYTEArray&)'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `typeinfo for
PAbstractArray'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to
`PVideoOutputDeviceRGB::SetFrameSize(unsigned, unsigned)'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference t...
2009 Sep 02
0
Wine release 1.1.29
...h memory streams.
Vincent Povirk (50):
      oleaut32: Avoid copying the data when loading an image using WIC.
      include: Add 8-bit grayscale pixel format.
      windowscodecs: Add stub JPEG decoder.
      windowscodecs: Implement Initialize for the JPEG decoder.
      windowscodecs: Implement GetFrame for the JPEG decoder.
      windowscodecs: Implement GetPixelFormat for the JPEG decoder.
      windowscodecs: Implement GetSize for the JPEG decoder.
      windowscodecs: Implement CopyPixels for the JPEG decoder.
      windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
      windowsc...
2009 Aug 21
0
Wine release 1.1.28
...: Add a WARN message when CreateDecoderFromStream fails.
      windowscodecs: Add test for pixel format conversion.
      windowscodecs: Add stub GIF decoder.
      windowscodecs: Register the GIF decoder.
      windowscodecs: Implement Initialize for the GIF decoder.
      windowscodecs: Implement GetFrameCount and GetFrame for the GIF decoder.
      windowscodecs: Implement GetSize for the GIF decoder.
      windowscodecs: Implement CopyPalette for the GIF decoder.
      windowscodecs: Implement CopyPixels for GIF decoder.
      oleaut32: Use WIC to decode gif files.
      windowscodecs: Implement G...
2012 Nov 23
0
Wine release 1.5.18
...rely used 9-pixel cyrillic bitmaps for Tahoma Bold.
      gdiplus: Avoid more cases of allocating a transformation matrix on the heap.
      windowscodecs: Add NULL pointer checks to some color context methods.
      windowscodecs: Test QueryCapability of the TIFF decoder.
      windowscodecs: Make GetFrameCount in the TIFF decoder not fail without an image stream.
      windowscodecs: Implement QueryCapability in the TIFF decoder.
      windowscodecs: Reimplement GetFrameCount of the GIF decoder.
      windowscodecs: Implement QueryCapability in the GIF decoder.
      windowscodecs: Add a test to sho...
2010 Oct 29
0
Wine release 1.3.6
...Norwegian translation.
Vincent Povirk (25):
      windowscodecs: Implement TiffFrameDecode_CopyPalette.
      windowscodecs: Support TIFF images with alpha data.
      windowscodecs: Add stub TGA decoder.
      windowscodecs: Implement Initialize for the TGA decoder.
      windowscodecs: Implement GetFrame for the TGA decoder.
      windowscodecs: Implement GetPixelFormat for the TGA decoder.
      windowscodecs: Implement GetSize for the TGA decoder.
      windowscodecs: Seek to start of stream when opening TIFF files.
      include: Add definition for IWICColorTransform.
      include: Add definiti...
2010 Apr 02
0
Wine release 1.1.42
...torage files.
      ole32: Don't register an IMallocSpy object when the ole trace is used.
      ole32: Check the small block size limit of storage files.
      windowscodecs: Add a stub TIFF decoder.
      windowscodecs: Implement Initialize for the TIFF decoder.
      windowscodecs: Implement GetFrameCount for the TIFF decoder.
      windowscodecs: Implement GetFrame for the TIFF decoder.
      windowscodecs: Implement GetPixelFormat for TIFF decoder.
      windowscodecs: Implement GetSize for the TIFF decoder.
      windowscodecs: Implement CopyPixels for the TIFF decoder.
      windowscodecs:...
2009 Jul 03
0
Wine release 1.1.25
...on of IWICImagingFactory.
      windowscodecs: Add a stub decoder for the BMP format.
      include: Add some definitions to wincodec.idl.
      windowscodecs: Implement trivial methods for BMP decoder.
      windowscodecs: Implement Initialize method for BMP decoder.
      windowscodecs: Implement GetFrame for BMP decoder.
      windowscodecs: Implement GetSize for BMP decoder.
      windowscodecs: Implement GetResolution for BMP decoder.
      windowscodecs: Add test for BMP decoder.
      gdiplus: Implement horizontal alignment in GdipDrawString.
      gdiplus: Don't crash when a NULL format is...