OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_ref
(Results
1 - 5
of
5
) sorted by null
/development/ndk/sources/android/ndk_helper/
JNIHelper.h
95
* out:
buffer_ref
, pointer to a vector buffer to read a file.
103
std::vector<uint8_t>*
buffer_ref
);
JNIHelper.cpp
108
std::vector<uint8_t>*
buffer_ref
)
144
buffer_ref
->reserve( fileSize );
145
buffer_ref
->assign( std::istreambuf_iterator<char>( f ), std::istreambuf_iterator<char>() );
171
buffer_ref
->reserve( size );
172
buffer_ref
->assign( data, data + size );
/external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc
227
scoped_ptr<BitstreamBufferRef>
buffer_ref
(
233
base::Passed(&
buffer_ref
)));
355
scoped_ptr<BitstreamBufferRef>
buffer_ref
) {
356
DVLOG(3) << "UseOutputBitstreamBufferTask(): id=" <<
buffer_ref
->id;
360
linked_ptr<BitstreamBufferRef>(
buffer_ref
.release()));
537
DCHECK(output_record.
buffer_ref
.get());
547
reinterpret_cast<uint8*>(output_record.
buffer_ref
->shm->memory());
569
"bitstream_buffer_id=" << output_record.
buffer_ref
->id
575
output_record.
buffer_ref
->id,
579
output_record.
buffer_ref
.reset()
[
all
...]
v4l2_video_encode_accelerator.h
81
linked_ptr<BitstreamBufferRef>
buffer_ref
;
member in struct:content::V4L2VideoEncodeAccelerator::OutputRecord
122
void UseOutputBitstreamBufferTask(scoped_ptr<BitstreamBufferRef>
buffer_ref
);
v4l2_video_decode_accelerator.cc
516
linked_ptr<BitstreamBufferRef>&
buffer_ref
= decoder_input_queue_.front();
local
517
if (decoder_delay_bitstream_buffer_id_ ==
buffer_ref
->input_id) {
523
decoder_current_bitstream_buffer_.reset(
buffer_ref
.release());
[
all
...]
Completed in 336 milliseconds