Home
last modified time | relevance | path

Searched refs:source_data (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dbitmap.c165 void const *const *source_data, in vlVdpBitmapSurfacePutBitsNative() argument
177 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
188 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpBitmapSurfacePutBitsNative()
Doutput.c239 void const *const *source_data, in vlVdpOutputSurfacePutBitsNative() argument
260 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpOutputSurfacePutBitsNative()
274 void const *const *source_data, in vlVdpOutputSurfacePutBitsIndexed() argument
307 if (!source_data || !source_pitch) in vlVdpOutputSurfacePutBitsIndexed()
346 source_data[0], source_pitch[0], in vlVdpOutputSurfacePutBitsIndexed()
415 void const *const *source_data, in vlVdpOutputSurfacePutBitsYCbCr() argument
445 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsYCbCr()
485 source_data[i], source_pitches[i], 0); in vlVdpOutputSurfacePutBitsYCbCr()
Dsurface.c272 void const *const *source_data, in vlVdpVideoSurfacePutBitsYCbCr() argument
333 source_data[i] + source_pitches[i] * j, in vlVdpVideoSurfacePutBitsYCbCr()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc35 static void CropFrame(const uint8_t* source_data,
332 void CropFrame(const uint8_t* source_data, argument
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
/external/v8/src/runtime/
Druntime-typedarray.cc50 uint8_t* source_data = reinterpret_cast<uint8_t*>(source->backing_store()); in RUNTIME_FUNCTION() local
52 CopyBytes(target_data, source_data + start, target_length); in RUNTIME_FUNCTION()