HomeSort by relevance Sort by last modified time
    Searched refs:bitMap (Results 1 - 24 of 24) sorted by null

  /external/webrtc/webrtc/modules/video_render/external/
video_render_external_impl.h 110 virtual int32_t SetBitmap(const void* bitMap,
video_render_external_impl.cc 178 int32_t VideoRenderExternalImpl::SetBitmap(const void* bitMap,
  /external/webrtc/webrtc/modules/video_render/
i_video_render.h 118 virtual int32_t SetBitmap(const void* bitMap,
video_render.h 240 virtual int32_t SetBitmap(const void* bitMap,
video_render_impl.h 181 virtual int32_t SetBitmap(const void* bitMap,
video_render_impl.cc 490 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap,
506 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top,
video_render_internal_impl.cc 713 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap,
729 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top,
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.h 111 virtual int32_t SetBitmap(const void* bitMap,
video_render_linux_impl.cc 248 int32_t VideoRenderLinuxImpl::SetBitmap(const void* bitMap,
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 119 virtual int32_t SetBitmap(const void* bitMap,
video_render_mac_cocoa_impl.h 119 virtual int32_t SetBitmap(const void* bitMap,
video_render_mac_carbon_impl.cc 266 int32_t VideoRenderMacCarbonImpl::SetBitmap(const void* bitMap,
video_render_mac_cocoa_impl.mm 235 int32_t VideoRenderMacCocoaImpl::SetBitmap(const void* bitMap,
  /external/webrtc/webrtc/modules/video_render/windows/
i_video_render_win.h 96 virtual int32_t SetBitmap(const void* bitMap,
video_render_windows_impl.h 119 virtual int32_t SetBitmap(const void* bitMap,
video_render_windows_impl.cc 318 int32_t VideoRenderWindowsImpl::SetBitmap(const void* bitMap,
331 error = _ptrRendererWin->SetBitmap(bitMap, pictureId, colorKey, left,
video_render_direct3d9.h 177 virtual int32_t SetBitmap(const void* bitMap,
video_render_direct3d9.cc 974 int32_t VideoRenderDirect3D9::SetBitmap(const void* bitMap,
980 if (!bitMap)
987 WEBRTC_TRACE(kTraceInfo, kTraceVideo, -1, "Remove bitmap.");
1014 BITMAP bmap;
1017 // Fill out the BITMAP structure.
1018 GetObject((HBITMAP)bitMap, sizeof(bmap), &bmap);
1019 //Select the bitmap handle into the new device context.
1020 oldhand = SelectObject(hdcNew, (HGDIOBJ) bitMap);
1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi,
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.h 112 virtual int32_t SetBitmap(const void* bitMap,
video_render_android_impl.cc 305 int32_t VideoRenderAndroid::SetBitmap(const void* bitMap,
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.mm 158 int32_t VideoRenderIosImpl::SetBitmap(const void* bitMap,
  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 368 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
  /external/icu/icu4c/source/i18n/
measfmt.cpp 763 int32_t bitMap = toHMS(measures, measureCount, hms, status);
764 if (bitMap > 0) {
765 return formatNumeric(hms, bitMap, appendTo, status);
910 int32_t bitMap, // 1=hourset, 2=minuteset, 4=secondset
920 switch (bitMap) {
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]

Completed in 291 milliseconds