/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_windows_impl.cc | 318 int32_t VideoRenderWindowsImpl::SetBitmap(const void* bitMap, in SetBitmap() argument 331 error = _ptrRendererWin->SetBitmap(bitMap, pictureId, colorKey, left, in SetBitmap()
|
D | video_render_direct3d9.cc | 974 int32_t VideoRenderDirect3D9::SetBitmap(const void* bitMap, in SetBitmap() argument 980 if (!bitMap) in SetBitmap() 1018 GetObject((HBITMAP)bitMap, sizeof(bmap), &bmap); in SetBitmap() 1020 oldhand = SelectObject(hdcNew, (HGDIOBJ) bitMap); in SetBitmap() 1032 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi, in SetBitmap()
|
D | i_video_render_win.h | 96 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_windows_impl.h | 119 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_direct3d9.h | 177 virtual int32_t SetBitmap(const void* bitMap,
|
/external/webrtc/webrtc/modules/video_render/ |
D | i_video_render.h | 118 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render.h | 240 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_impl.h | 181 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_impl.cc | 490 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, in SetBitmap() argument 506 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top, in SetBitmap()
|
D | video_render_internal_impl.cc | 713 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, in SetBitmap() argument 729 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top, in SetBitmap()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.h | 111 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_linux_impl.cc | 248 int32_t VideoRenderLinuxImpl::SetBitmap(const void* bitMap, in SetBitmap() argument
|
/external/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.h | 110 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_external_impl.cc | 178 int32_t VideoRenderExternalImpl::SetBitmap(const void* bitMap, in SetBitmap() argument
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_cocoa_impl.h | 119 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_mac_carbon_impl.h | 119 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_mac_carbon_impl.cc | 266 int32_t VideoRenderMacCarbonImpl::SetBitmap(const void* bitMap, in SetBitmap() argument
|
D | video_render_mac_cocoa_impl.mm | 235 int32_t VideoRenderMacCocoaImpl::SetBitmap(const void* bitMap,
|
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 810 int32_t bitMap = toHMS(measures, measureCount, hms, status); in formatMeasures() local 811 if (bitMap > 0) { in formatMeasures() 812 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures() 975 int32_t bitMap, // 1=hourset, 2=minuteset, 4=secondset in formatNumeric() argument 985 switch (bitMap) { in formatNumeric()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.h | 112 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_android_impl.cc | 305 int32_t VideoRenderAndroid::SetBitmap(const void* bitMap, in SetBitmap() argument
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measfmt.h | 396 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_impl.mm | 158 int32_t VideoRenderIosImpl::SetBitmap(const void* bitMap,
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreator.py | 936 bitMap = b.getBitmap() 938 bitmap=bitMap,
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3collections.inl | 223 /* Here we have reached a node where the bitMap index is lower than
|