HomeSort by relevance Sort by last modified time
    Searched refs:input_record (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.cc 858 MfcInputRecord& input_record = local
860 if (input_record.bytes_used + size > input_record.length) {
880 MfcInputRecord& input_record = local
882 DCHECK_EQ(input_record.bytes_used, 0);
883 DCHECK_EQ(input_record.input_id, -1);
885 input_record.input_id = decoder_current_bitstream_buffer_->input_id;
897 MfcInputRecord& input_record = local
1105 MfcInputRecord& input_record = mfc_input_buffer_map_[dqbuf.index]; local
1167 MfcInputRecord& input_record = mfc_input_buffer_map_[buffer]; local
    [all...]
exynos_video_encode_accelerator.cc 595 GscInputRecord& input_record = gsc_input_buffer_map_[dqbuf.index]; local
596 DCHECK(input_record.at_device);
597 DCHECK(input_record.frame.get());
598 input_record.at_device = false;
599 input_record.frame = NULL;
702 MfcInputRecord& input_record = mfc_input_buffer_map_[dqbuf.index]; local
703 DCHECK(input_record.at_device);
704 input_record.at_device = false;
787 GscInputRecord& input_record = gsc_input_buffer_map_[gsc_buffer]; local
788 DCHECK(!input_record.at_device)
838 MfcInputRecord& input_record = mfc_input_buffer_map_[mfc_buffer]; local
868 MfcInputRecord& input_record = mfc_input_buffer_map_[mfc_buffer]; local
974 GscInputRecord& input_record = gsc_input_buffer_map_[i]; local
991 MfcInputRecord& input_record = mfc_input_buffer_map_[i]; local
1414 MfcInputRecord& input_record = mfc_input_buffer_map_[i]; local
1512 MfcInputRecord& input_record = mfc_input_buffer_map_[buf]; local
    [all...]

Completed in 35 milliseconds