Home
last modified time | relevance | path

Searched refs:kRGB565 (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc36 return kRGB565; in RawVideoTypeToCommonVideoVideoType()
85 case kRGB565: in CalcBufferSize()
206 case kRGB565: in ConvertVideoType()
Dlibyuv_unittest.cc234 EXPECT_EQ(0, ConvertFromI420(orig_frame_, kRGB565, 0, in TEST_F()
237 EXPECT_EQ(0, ConvertToI420(kRGB565, out_rgb565_buffer.get(), 0, 0, width_, in TEST_F()
/external/webrtc/webrtc/common_video/libyuv/include/
Dwebrtc_libyuv.h36 kRGB565, enumerator
/external/skia/src/gpu/gl/
DGrGLUtil.h292 case GR_GL_RGB565: return GrGLFormat::kRGB565; in GrGLFormatFromGLEnum()
322 case GrGLFormat::kRGB565: return GR_GL_RGB565; in GrGLFormatToEnum()
DGrGLUtil.cpp648 case GrGLFormat::kRGB565: in GrGLFormatIsCompressed()
682 case GrGLFormat::kRGB565: in GrGLFormatToCompressionType()
DGrGLCaps.cpp1899 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGB565); in initFormatTable()
1939 this->setColorTypeFormat(GrColorType::kBGR_565, GrGLFormat::kRGB565); in initFormatTable()
/external/skia/include/gpu/gl/
DGrGLTypes.h66 kRGB565, enumerator
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_surface_view.cc460 ConvertFromI420(_bufferToRender, kRGB565, 0, _directBuffer); in DeliverFrame()