Searched defs:source_data (Results 1 - 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
H A D | bitmap.c | 165 void const *const *source_data, 177 if (!(source_data && source_pitches)) 188 PIPE_TRANSFER_WRITE, &dst_box, *source_data, 164 vlVdpBitmapSurfacePutBitsNative(VdpBitmapSurface surface, void const *const *source_data, uint32_t const *source_pitches, VdpRect const *destination_rect) argument
|
H A D | surface.c | 272 void const *const *source_data, 333 source_data[i] + source_pitches[i] * j, 270 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface, VdpYCbCrFormat source_ycbcr_format, void const *const *source_data, uint32_t const *source_pitches) argument
|
H A D | output.c | 239 void const *const *source_data, 260 PIPE_TRANSFER_WRITE, &dst_box, *source_data, 274 void const *const *source_data, 307 if (!source_data || !source_pitch) 346 source_data[0], source_pitch[0], 415 void const *const *source_data, 445 if (!source_data || !source_pitches) 485 source_data[i], source_pitches[i], 0); 238 vlVdpOutputSurfacePutBitsNative(VdpOutputSurface surface, void const *const *source_data, uint32_t const *source_pitches, VdpRect const *destination_rect) argument 272 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface, VdpIndexedFormat source_indexed_format, void const *const *source_data, uint32_t const *source_pitch, VdpRect const *destination_rect, VdpColorTableFormat color_table_format, void const *color_table) argument 413 vlVdpOutputSurfacePutBitsYCbCr(VdpOutputSurface surface, VdpYCbCrFormat source_ycbcr_format, void const *const *source_data, uint32_t const *source_pitches, VdpRect const *destination_rect, VdpCSCMatrix const *csc_matrix) argument
|
/external/v8/src/runtime/ |
H A D | 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/webrtc/webrtc/modules/video_processing/test/ |
H A D | 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, argument 344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
|
/external/v8/test/cctest/ |
H A D | test-parsing.cc | 992 } source_data[] = { local 1054 for (unsigned i = 0; i < arraysize(source_data); ++i) { 1056 if (((source_data[i].expected & SUPER_PROPERTY) || 1057 (source_data[i].expected == NONE)) && j != 2) { 1062 i::StrLength(source_data[i].body); 1065 source_data[i].body, surroundings[j].suffix); 1089 CHECK_EQ((source_data[i].expected & ARGUMENTS) != 0, 1091 CHECK_EQ((source_data[i].expected & SUPER_PROPERTY) != 0, 1093 if ((source_data[i].expected & THIS) != 0) { 1099 CHECK_EQ((source_data[ 1190 const SourceData source_data[] = { local [all...] |
Completed in 418 milliseconds