Home | History | Annotate | Download | only in media

Lines Matching refs:mfc_output_buffer_map_

267   DCHECK(mfc_output_buffer_map_.empty());
1135 << mfc_output_buffer_map_.size() << "] => "
1269 MfcOutputRecord& output_record = mfc_output_buffer_map_[dqbuf.index];
1378 mfc_output_buffer_map_[input_record.mfc_output];
1460 MfcOutputRecord& output_record = mfc_output_buffer_map_[buffer];
1487 MfcOutputRecord& output_record = mfc_output_buffer_map_[mfc_buffer];
1844 for (size_t i = 0; i < mfc_output_buffer_map_.size(); ++i) {
1846 mfc_output_buffer_map_[i].at_device = false;
1847 mfc_output_buffer_map_[i].input_id = -1;
2170 DCHECK(mfc_output_buffer_map_.empty());
2190 mfc_output_buffer_map_.resize(reqbufs.count);
2191 for (size_t i = 0; i < mfc_output_buffer_map_.size(); ++i) {
2215 mfc_output_buffer_map_[i].address[j] = address;
2216 mfc_output_buffer_map_[i].length[j] = buffer.m.planes[j].length;
2360 for (size_t i = 0; i < mfc_output_buffer_map_.size(); ++i) {
2361 if (mfc_output_buffer_map_[i].address[0] != NULL)
2362 munmap(mfc_output_buffer_map_[i].address[0],
2363 mfc_output_buffer_map_[i].length[0]);
2364 if (mfc_output_buffer_map_[i].address[1] != NULL)
2365 munmap(mfc_output_buffer_map_[i].address[1],
2366 mfc_output_buffer_map_[i].length[1]);
2377 mfc_output_buffer_map_.clear();