HomeSort by relevance Sort by last modified time
    Searched refs:output_buffer (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 26 unsigned char** output_buffer) {
27 if (output_buffer == NULL ||
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
font_subsetter.h 29 // font is returned in |output_buffer| (caller to delete[]). Return value is
30 // the length of output_buffer allocated.
42 // |output_buffer| Generated subset font. Caller to delete[].
48 unsigned char** output_buffer);
subsetter_impl.h 62 unsigned char** output_buffer);
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
119 unsigned char* output_buffer = NULL; local
126 &output_buffer);
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
129 delete[] output_buffer;
  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 26 unsigned char** output_buffer) {
27 if (output_buffer == NULL ||
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
font_subsetter.h 29 // font is returned in |output_buffer| (caller to delete[]). Return value is
30 // the length of output_buffer allocated.
42 // |output_buffer| Generated subset font. Caller to delete[].
48 unsigned char** output_buffer);
subsetter_impl.h 62 unsigned char** output_buffer);
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
119 unsigned char* output_buffer = NULL; local
126 &output_buffer);
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
129 delete[] output_buffer;
  /external/chromium_org/ppapi/tests/
test_char_set.cc 115 std::string output_buffer; local
116 output_buffer.resize(1);
120 &output_buffer[0], &utf8result_len);
135 output_buffer.resize(100);
137 output_buffer[utf8result_len] = '$'; // Barrier character.
141 &output_buffer[0], &utf8result_len);
144 ASSERT_TRUE(output_buffer[0] == 'h' && output_buffer[1] == 'e' &&
145 output_buffer[2] == '$');
150 output_buffer.resize(100)
289 std::vector<uint16_t> output_buffer; local
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
chrome_subsetter.cc 40 unsigned char* output_buffer = NULL; local
47 &output_buffer);
60 int byte_count = fwrite(output_buffer, 1, output_length, output_file);
66 delete[] output_buffer;
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 40 unsigned char* output_buffer = NULL; local
47 &output_buffer);
60 int byte_count = fwrite(output_buffer, 1, output_length, output_file);
66 delete[] output_buffer;
  /external/chromium_org/ppapi/c/trusted/
ppb_char_set_trusted.h 88 char* output_buffer,
105 uint16_t* output_buffer,
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.h 28 char* output_buffer,
40 uint16_t* output_buffer,
ppb_char_set_shared.cc 98 char* output_buffer,
155 converter, output_buffer, output_buffer ? *output_length : 0,
208 uint16_t* output_buffer,
230 if (output_buffer) {
231 memcpy(output_buffer, output.c_str(),
  /external/chromium_org/ppapi/api/trusted/
ppb_char_set_trusted.idl 65 [out] str_t output_buffer,
83 [out] uint16_t output_buffer,
  /external/chromium_org/ppapi/thunk/
ppb_char_set_thunk.cc 34 char* output_buffer,
48 output_buffer, output_length);
70 uint16_t* output_buffer,
74 output_buffer, output_utf16_length);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 144 StringBuilder output_buffer = new StringBuilder(); local
159 output_buffer.append( Character.toLowerCase( cur ) );
162 output_buffer.append( '_' );
165 output_buffer.append( '_' );
173 output_buffer.append( '_' );
177 output_buffer.append( cur );
179 output_buffer.append( '_' );
184 output_buffer.append( cur );
191 output_buffer.append( Character.toLowerCase( cur ) );
194 return output_buffer.toString()
230 StringBuilder output_buffer = new StringBuilder(); local
242 StringBuilder output_buffer = new StringBuilder(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate.h 78 void *output_buffer);
84 void *output_buffer);
90 void *output_buffer);
96 void *output_buffer);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.h 78 void *output_buffer);
84 void *output_buffer);
90 void *output_buffer);
96 void *output_buffer);
  /external/openssh/
compress.c 81 * Compresses the contents of input_buffer into output_buffer. All packets
84 * output_buffer can be decompressed independently (but in the appropriate
90 buffer_compress(Buffer * input_buffer, Buffer * output_buffer)
113 /* Append compressed data to output_buffer. */
114 buffer_append(output_buffer, buf,
126 * Uncompresses the contents of input_buffer into output_buffer. All packets
129 * each output_buffer. This must be called for the same size units that the
135 buffer_uncompress(Buffer * input_buffer, Buffer * output_buffer)
151 buffer_append(output_buffer, buf,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 191 def output_buffer method in class:ANTLR3.Test.CaptureOutput
192 defined?( @output_buffer ) or @output_buffer = StringIO.new( '' )
193 @output_buffer
197 output_buffer.string
201 output_buffer.puts( *args )
205 output_buffer.write( *args )
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 107 uint8_t* output_buffer) {
113 memcpy(output_buffer, av_frame.data[0], decoded_audio_size);
120 memcpy(output_buffer,
123 output_buffer += decoded_size_per_channel;
129 memset(output_buffer, 0, decoded_audio_size);
361 uint8_t* output_buffer = decoded_frames->FrameBuffer()->Data(); local
364 memcpy(output_buffer, &timestamp, sizeof(timestamp));
365 output_buffer += sizeof(timestamp);
368 memcpy(output_buffer, &output_size, sizeof(output_size));
369 output_buffer += sizeof(output_size)
385 uint8_t* output_buffer = &serialized_audio_frames_[0] + previous_size; local
    [all...]
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 408 scoped_refptr<AudioBuffer> output_buffer; local
410 if (!Decode(input, &output_buffer)) {
415 if (output_buffer.get()) {
417 base::ResetAndReturn(&read_cb_).Run(kOk, output_buffer);
544 scoped_refptr<AudioBuffer>* output_buffer) {
546 *output_buffer = AudioBuffer::CreateBuffer(
551 output_buffer->get()->channel_count() *
552 output_buffer->get()->frame_count() *
556 output_buffer->get()->channel_data()[0]);
581 DCHECK_LE(frames_decoded, output_buffer->get()->frame_count())
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_device_impl.cc 73 scoped_refptr<media::VideoCaptureDevice::Client::Buffer> output_buffer =
86 if (should_capture && !output_buffer) {
93 } else if (!should_capture && output_buffer) {
103 } else if (!should_capture && !output_buffer) {
112 TRACE_EVENT_ASYNC_BEGIN2("mirroring", "Capture", output_buffer.get(),
117 output_buffer,
124 static_cast<uint8*>(output_buffer->data()),
125 output_buffer->size(),
  /external/chromium_org/third_party/libwebp/webp/
decode.h 89 // directly into a pre-allocated buffer 'output_buffer'. The maximum storage
92 // Otherwise, output_buffer is returned, for convenience.
98 uint8_t* output_buffer, size_t output_buffer_size, int output_stride);
101 uint8_t* output_buffer, size_t output_buffer_size, int output_stride);
104 uint8_t* output_buffer, size_t output_buffer_size, int output_stride);
110 uint8_t* output_buffer, size_t output_buffer_size, int output_stride);
113 uint8_t* output_buffer, size_t output_buffer_size, int output_stride);
263 // This output_buffer can be passed NULL, in which case a default output buffer
264 // is used (with MODE_RGB). Otherwise, an internal reference to 'output_buffer'
265 // is kept, which means that the lifespan of 'output_buffer' must be larger tha
274 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer); variable
    [all...]

Completed in 934 milliseconds

1 2 3 4 5