HomeSort by relevance Sort by last modified time
    Searched refs:pixelFormat (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_render_view.mm 23 self = [super initWithFrame:[self frame] pixelFormat:fmt];
43 self = [super initWithFrame:screenRect pixelFormat:fmt];
  /external/deqp/framework/common/
tcuRenderTarget.hpp 39 RenderTarget (int width, int height, const PixelFormat& pixelFormat, int depthBits, int stencilBits, int numSamples);
42 const PixelFormat& getPixelFormat (void) const { return m_pixelFormat; }
54 PixelFormat m_pixelFormat;
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 79 int pixelFormat;
133 : pixelFormat (0)
165 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
tcuWGLContextFactory.cpp 99 int pixelFormat = 0;
102 pixelFormat = config.id;
104 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
106 if (pixelFormat < 0)
109 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat);
114 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat);
118 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
tcuWin32GLES3Platform.cpp 87 PixelFormat(8, 8, 8, 8), 24, 8, 0)
92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config);
94 if (pixelFormat < 0)
97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat);
111 const wgl::PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, pixelFormat);
115 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
tcuWGL.cpp 215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc);
216 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc))
304 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const
326 if (!wgl.getPixelFormatAttribivARB(deviceCtx, pixelFormat, 0, DE_LENGTH_OF_ARRAY(attribs), &attribs[0], &values[0]))
332 info.pixelFormat = pixelFormat;
353 Context::Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat)
405 if (!DescribePixelFormat(deviceCtx, pixelFormat, sizeof(pixelFormatDesc), &pixelFormatDesc))
408 if (!SetPixelFormat(deviceCtx, pixelFormat, &pixelFormatDesc))
498 return info.pixelFormat;
    [all...]
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPI_v9_2.h 46 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoInputFlags flags, /* out */ BMDDisplayModeSupport *result, /* out */ IDeckLinkDisplayMode **resultDisplayMode) = 0;
53 virtual HRESULT EnableVideoInput (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoInputFlags flags) = 0;
DeckLinkAPI_v7_3.h 59 virtual HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, /* out */ BMDDisplayModeSupport *result) = 0;
70 virtual HRESULT CreateVideoFrame (int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame_v7_6 **outFrame) = 0;
71 virtual HRESULT CreateAncillaryData (BMDPixelFormat pixelFormat, /* out */ IDeckLinkVideoFrameAncillary **outBuffer) = 0;
128 virtual HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, /* out */ BMDDisplayModeSupport *result) = 0;
135 virtual HRESULT EnableVideoInput (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, BMDVideoInputFlags flags) = 0;
DeckLinkAPI_v9_9.h 48 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoOutputFlags flags, /* out */ BMDDisplayModeSupport *result, /* out */ IDeckLinkDisplayMode **resultDisplayMode) = 0;
59 virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame **outFrame) = 0;
60 virtual HRESULT CreateAncillaryData (/* in */ BMDPixelFormat pixelFormat, /* out */ IDeckLinkVideoFrameAncillary **outBuffer) = 0;
DeckLinkAPI_v7_1.h 103 virtual HRESULT STDMETHODCALLTYPE DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, BMDDisplayModeSupport *result) = 0;
112 virtual HRESULT STDMETHODCALLTYPE CreateVideoFrame (int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, IDeckLinkVideoFrame_v7_1* *outFrame) = 0;
113 virtual HRESULT STDMETHODCALLTYPE CreateVideoFrameFromBuffer (void* buffer, int32_t width, int32_t height, int32_t rowBytes, BMDPixelFormat pixelFormat, BMDFrameFlags flags, IDeckLinkVideoFrame_v7_1* *outFrame) = 0;
146 virtual HRESULT STDMETHODCALLTYPE DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, BMDDisplayModeSupport *result) = 0;
150 virtual HRESULT STDMETHODCALLTYPE EnableVideoInput (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, BMDVideoInputFlags flags) = 0;
DeckLinkAPI_v7_6.h 147 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* out */ BMDDisplayModeSupport *result) = 0;
158 virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */ IDeckLinkMutableVideoFrame_v7_6 **outFrame) = 0;
159 virtual HRESULT CreateAncillaryData (/* in */ BMDPixelFormat pixelFormat, /* out */ IDeckLinkVideoFrameAncillary **outBuffer) = 0;
203 virtual HRESULT DoesSupportVideoMode (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* out */ BMDDisplayModeSupport *result) = 0;
210 virtual HRESULT EnableVideoInput (/* in */ BMDDisplayMode displayMode, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDVideoInputFlags flags) = 0;
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 113 , m_renderTarget (0, 0, tcu::PixelFormat(0,0,0,0), 0, 0, 0)
124 CGLPixelFormatObj pixelFormat;
127 if (CGLChoosePixelFormat(&attribs[0], &pixelFormat, &numVScreens) != kCGLNoError)
132 if (CGLCreateContext(pixelFormat, DE_NULL, &m_context) != kCGLNoError)
140 CGLReleasePixelFormat(pixelFormat);
144 CGLReleasePixelFormat(pixelFormat);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 120 , m_emptyTarget (0, 0, tcu::PixelFormat(0,0,0,0), 0, 0, 0)
216 tcu::PixelFormat pixelFormat;
244 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_RED_SIZE, &pixelFormat.redBits);
245 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_GREEN_SIZE, &pixelFormat.greenBits);
246 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_BLUE_SIZE, &pixelFormat.blueBits);
247 gl.getRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_ALPHA_SIZE, &pixelFormat.alphaBits);
281 m_renderTarget = tcu::RenderTarget(width, height, pixelFormat, depthBits, stencilBits, 0);
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c 149 int pixelFormat, int subsamp, int jpegQual, int flags)
153 switch(pixelFormat)
185 cinfo->in_color_space=JCS_RGB; pixelFormat=TJPF_RGB;
190 cinfo->input_components=tjPixelSize[pixelFormat];
214 int pixelFormat, int flags)
218 switch(pixelFormat)
319 int height, int pixelFormat, unsigned char *dst)
322 switch(pixelFormat)
380 int pitch, int height, int pixelFormat)
382 switch(pixelFormat)
    [all...]
turbojpeg.h 522 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded,
523 * or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of
527 * setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
529 * @param pixelFormat pixel format of the source image (see @ref TJPF
562 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf,
628 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded,
629 * or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of
633 * setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
635 * @param pixelFormat pixel format of the source image (see @ref TJPF
650 unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCNSGLVideoView.m 64 pixelFormat:(NSOpenGLPixelFormat*)format {
65 if (self = [super initWithFrame:frame pixelFormat:format]) {
174 CGLPixelFormatObj cglPixelFormat = [[self pixelFormat] CGLPixelFormatObj];
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureAndroid.java 108 int pixelFormat =
111 pixelFormat = AndroidImageFormatList.ANDROID_IMAGEFORMAT_YV12;
136 pixelFormat));
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 38 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
41 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]);
185 tcu::PixelFormat pixelFormat;
205 pixelFormat = getPixelFormat(colorFormat);
258 m_renderTarget = tcu::RenderTarget(width, height, pixelFormat, depthBits, stencilBits, config.numSamples);
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 266 inline deUint8 getColorMask (const tcu::PixelFormat& format)
274 inline tcu::IVec4 getBitsVec (const tcu::PixelFormat& format)
279 inline tcu::BVec4 getCompareMask (const tcu::PixelFormat& format)
291 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt);
292 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, int height);
461 const tcu::PixelFormat& pixelFormat);
470 const tcu::PixelFormat& pixelFormat);
479 const tcu::PixelFormat& pixelFormat)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m 197 NSOpenGLPixelFormat* pixelFormat =
200 pixelFormat:pixelFormat];
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
217 if (pixelFormat.alphaBits == 0)
236 RGBA colorThreshold = pixelFormat.getColorThreshold();
es2fPrerequisiteTests.cpp 177 tcu::PixelFormat pixelFormat = renderTarget.getPixelFormat();
234 RGBA colorThreshold = pixelFormat.getColorThreshold();
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 105 const tcu::PixelFormat& pixelFormat = renderTarget.getPixelFormat();
217 if (pixelFormat.alphaBits == 0)
236 RGBA colorThreshold = pixelFormat.getColorThreshold();
es3fTextureShadowTests.cpp 103 const tcu::PixelFormat& pixelFormat)
108 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3);
124 sampleTexture(SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams);
131 sampleTexture(SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams);
362 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
372 texComparePrecision.resultBits = pixelFormat.redBits-1;
375 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
386 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
    [all...]
  /external/chromium_org/third_party/webrtc/test/mac/
video_renderer_mac.mm 75 pixelFormat:nil] autorelease];

Completed in 1475 milliseconds

1 2