Searched refs:app (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DituxdApp.java19 import android.app.Application;
H A DThermalService.java19 import android.app.ActivityManagerNative;
20 import android.app.IntentService;
21 import android.app.Service;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk9 # This make file builds vpx_test app for android.
10 # The test app itself runs on the command line through adb shell
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_ssim_opt.asm59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2012 void SegmentInfo::set_muxing_app(const char* app) { argument
2013 if (app) {
2014 const size_t length = strlen(app) + 1;
2020 strcpy_s(temp_str, length, app);
2022 strcpy(temp_str, app);
2030 void SegmentInfo::set_writing_app(const char* app) { argument
2031 if (app) {
2032 const size_t length = strlen(app) + 1;
2038 strcpy_s(temp_str, length, app);
2040 strcpy(temp_str, app);
[all...]
H A Dmkvmuxer.hpp990 void set_muxing_app(const char* app);
994 void set_writing_app(const char* app);
1227 // file extension. |name| must be deleted by the calling app. Returns true

Completed in 1596 milliseconds