/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
vp8_short_fdct4x4_armv6.asm | 147 lsl r8, r2, #16 ; prepare bottom halfword for scaling 149 lsl r9, r3, #16 ; prepare bottom halfword for scaling 201 lsl r8, r2, #16 ; prepare bottom halfword for scaling 203 lsl r9, r3, #16 ; prepare bottom halfword for scaling
|
/hardware/intel/img/hwcomposer/common/base/ |
Hwcomposer.cpp | 53 bool Hwcomposer::prepare(size_t numDisplays, function in class:android::intel::Hwcomposer 93 ret = device->prepare(displays[i]); 95 ELOGTRACE("failed to do prepare for device %d", i);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_fbupdate.cpp | 54 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 177 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
|
/ndk/toolchains/aarch64-linux-android-4.9/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the arm64 gcc-4.9
|
/ndk/toolchains/aarch64-linux-android-clang3.4/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the arm64 clang-3.4
|
/ndk/toolchains/mips64el-linux-android-4.9/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mips64el gcc-4.9
|
/ndk/toolchains/mips64el-linux-android-clang3.4/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mips64el llvm-3.4
|
/ndk/toolchains/mipsel-linux-android-4.6/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.6
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.8
|
/ndk/toolchains/mipsel-linux-android-4.9/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.9
|
/ndk/toolchains/mipsel-linux-android-clang3.3/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.3
|
/ndk/toolchains/mipsel-linux-android-clang3.4/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.4
|
/ndk/toolchains/x86-4.6/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86 gcc-4.6
|
/ndk/toolchains/x86-4.8/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86 gcc-4.8
|
/ndk/toolchains/x86-4.9/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86 gcc-4.9
|
/ndk/toolchains/x86_64-4.9/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86_64 gcc-4.9
|
/ndk/toolchains/x86_64-clang3.4/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86_64 llvm-3.4
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 708 Looper.prepare(); 730 Looper.prepare(); 752 Looper.prepare(); 774 Looper.prepare(); 796 Looper.prepare(); [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc.cpp | 206 // value is reset on every prepare. However, for the layer 282 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); 294 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); 314 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { 370 ret = ctx->mHWCVirtual->prepare(dev, list); 728 //Was locked at the beginning of prepare 885 dev->device.prepare = hwc_prepare;
|
hwc_fbupdate.cpp | 68 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) && 112 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit 264 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateSplit
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc.cpp | 206 // value is reset on every prepare. However, for the layer 271 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); 283 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); 303 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { 359 ret = ctx->mHWCVirtual->prepare(dev, list); 713 //Was locked at the beginning of prepare 879 dev->device.prepare = hwc_prepare;
|
hwc_fbupdate.cpp | 75 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) && 118 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit 270 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateSplit
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
Database.cpp | 96 int result = statement.prepare(); 120 int result = statement.prepare(); 123 WTF_LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data()); [all...] |
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
ScoAudioTest.java | 377 mMediaPlayer.prepare(); 475 mMediaRecorder.prepare(); 478 Log.e(TAG, "Could not prepare MediaRecorder: ", e); 553 mediaPlayer.prepare();
|