HomeSort by relevance Sort by last modified time
    Searched full:buffer_ref (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 227 scoped_ptr<BitstreamBufferRef> buffer_ref(
233 base::Passed(&buffer_ref)));
360 scoped_ptr<BitstreamBufferRef> buffer_ref) {
361 DVLOG(3) << "UseOutputBitstreamBufferTask(): id=" << buffer_ref->id;
365 linked_ptr<BitstreamBufferRef>(buffer_ref.release()));
542 DCHECK(output_record.buffer_ref.get());
552 reinterpret_cast<uint8*>(output_record.buffer_ref->shm->memory());
574 "bitstream_buffer_id=" << output_record.buffer_ref->id
580 output_record.buffer_ref->id,
584 output_record.buffer_ref.reset()
    [all...]
v4l2_video_encode_accelerator.h 83 linked_ptr<BitstreamBufferRef> buffer_ref; member in struct:content::V4L2VideoEncodeAccelerator::OutputRecord
124 void UseOutputBitstreamBufferTask(scoped_ptr<BitstreamBufferRef> buffer_ref);
vaapi_video_encode_accelerator.cc 693 scoped_ptr<BitstreamBufferRef> buffer_ref(
700 base::Passed(&buffer_ref)));
704 scoped_ptr<BitstreamBufferRef> buffer_ref) {
708 available_bitstream_buffers_.push(make_linked_ptr(buffer_ref.release()));
    [all...]
vaapi_video_encode_accelerator.h 94 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...]
  /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 );

Completed in 100 milliseconds