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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
copy_thunk.cc 55 perftools::gputools::DeviceMemoryBase source_data = local
57 stream->ThenMemcpy(&destination_data, source_data, mem_size_);
  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.cpp 73 char* source_data = GetJBufferData(env, thiz, &size); local
77 memcpy(target_data, source_data, size);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 182 void const *const *source_data,
194 if (!(source_data && source_pitches))
203 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
output.c 244 void const *const *source_data,
260 if (!source_data || !source_pitches)
267 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
281 void const *const *source_data,
314 if (!source_data || !source_pitch)
355 source_data[0], source_pitch[0],
424 void const *const *source_data,
454 if (!source_data || !source_pitches)
493 source_data[i], source_pitches[i], 0);
surface.c 303 void const *const *source_data,
319 if (!source_data || !source_pitches)
364 source_data[i] + source_pitches[i] * j,
  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSourceTimeLapse.h 190 // Creates a copy of source_data into a new memory of final type MemoryBase.
191 sp<IMemory> createIMemoryCopy(const sp<IMemory> &source_data);
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 227 const sp<IMemory> &source_data) {
230 size_t source_size = source_data->size();
231 void* source_pointer = source_data->pointer();
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 35 static void CropFrame(const uint8_t* source_data,
43 // The |source_data| is cropped and scaled to |target_width| x |target_height|,
332 void CropFrame(const uint8_t* source_data,
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 239 glw::GLvoid* source_data = DE_NULL; local
245 source_data = (glw::GLvoid*)s_source_texture_data_f;
253 source_data = (glw::GLvoid*)s_source_texture_data_sn;
261 source_data = (glw::GLvoid*)s_source_texture_data_n;
269 source_data = (glw::GLvoid*)s_source_texture_data_i;
277 source_data = (glw::GLvoid*)s_source_texture_data_ui;
285 source_data = NULL;
293 source_data = NULL;
309 source_data);
316 source_format, source_type, source_data);
    [all...]
gl4cBufferStorageTests.cpp 3004 GLuint source_data[data_size]; local
3179 GLuint source_data[data_size]; local
    [all...]
  /external/v8/src/runtime/
runtime-typedarray.cc 50 uint8_t* source_data = reinterpret_cast<uint8_t*>(source->backing_store()); local
52 CopyBytes(target_data, source_data + start, target_length);
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 3596 static const GLfloat source_data[16] = { local
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1);
    [all...]

Completed in 8178 milliseconds