Searched refs:frame_buffer (Results 1 - 25 of 52) sorted by path

123

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.h130 virtual void SetFrameBuffer(cdm::Buffer* frame_buffer) OVERRIDE {
131 frame_buffer_ = static_cast<PpbBuffer*>(frame_buffer);
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc117 void OnVideoFrameDestroyed(VP9FrameBuffer* frame_buffer);
174 VP9FrameBuffer* frame_buffer = static_cast<VP9FrameBuffer*>(fb->priv); local
175 --frame_buffer->ref_cnt;
181 VP9FrameBuffer* frame_buffer = static_cast<VP9FrameBuffer*>(fb_priv_data); local
182 ++frame_buffer->ref_cnt;
185 frame_buffer));
189 VP9FrameBuffer* frame_buffer) {
190 --frame_buffer->ref_cnt;
188 OnVideoFrameDestroyed( VP9FrameBuffer* frame_buffer) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dyuvframegenerator.cc51 void YuvFrameGenerator::GenerateNextFrame(uint8* frame_buffer, argument
71 memcpy(frame_buffer, y_data_, size);
72 frame_buffer += size;
73 memcpy(frame_buffer, u_data_, qsize);
74 frame_buffer += qsize;
75 memcpy(frame_buffer, v_data_, qsize);
H A Dyuvframegenerator.h31 // Generate the next frame and return it in the provided |frame_buffer|. If
36 void GenerateNextFrame(uint8* frame_buffer, int32 barcode_value);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c1196 void vp9_loop_filter_rows(YV12_BUFFER_CONFIG *frame_buffer, argument
1212 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col);
1252 vp9_loop_filter_rows(lf_data->frame_buffer, lf_data->cm, lf_data->planes,
H A Dvp9_loopfilter.h113 // Apply the loop filter to [start, stop) macro block rows in frame_buffer.
114 void vp9_loop_filter_rows(YV12_BUFFER_CONFIG *frame_buffer,
120 YV12_BUFFER_CONFIG *frame_buffer; member in struct:LoopFilterWorkerData
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c859 lf_data->frame_buffer = get_frame_new_buffer(cm);
H A Dvp9_dthread.c91 static void loop_filter_rows_mt(const YV12_BUFFER_CONFIG *const frame_buffer, argument
111 vp9_setup_dst_planes(planes, frame_buffer, mi_row, mi_col);
128 loop_filter_rows_mt(lf_data->frame_buffer, lf_data->cm, lf_data->planes,
178 lf_data->frame_buffer = frame;
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h656 const __DRIframebuffer *frame_buffer,
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc445 scoped_ptr<uint8_t[]> frame_buffer(new uint8_t[src_required_size]);
452 fread(frame_buffer.get(), 1, src_required_size, source_file))
455 input_frame.CreateFrame(size_y, frame_buffer.get(),
456 size_uv, frame_buffer.get() + size_y,
457 size_uv, frame_buffer.get() + size_y + size_uv,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc145 webrtc::scoped_ptr<uint8_t[]> frame_buffer(new uint8_t[length]);
161 if (fread(frame_buffer.get(), 1, length, input_file) != length)
164 webrtc::ConvertToI420(webrtc::kI420, frame_buffer.get(), 0, 0,
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc18 #include "webrtc/modules/video_coding/main/source/frame_buffer.h"
537 VCMFrameBuffer* frame_buffer = static_cast<VCMFrameBuffer*>(frame); local
538 if (frame_buffer) {
539 free_frames_.push_back(frame_buffer);
597 const VCMFrameBuffer* frame_buffer = local
599 *retransmitted = (frame_buffer->GetNackCount() > 0);
600 return frame_buffer->LatestPacketTimeMs();
H A Dsession_info.cc124 int VCMSessionInfo::InsertBuffer(uint8_t* frame_buffer, argument
137 packet.dataPtr = frame_buffer + offset;
155 uint8_t* frame_buffer_ptr = frame_buffer + offset;
183 uint8_t* frame_buffer) {
186 memcpy(frame_buffer, startCode, kH264StartCodeLengthBytes);
188 memcpy(frame_buffer + (insert_start_code ? kH264StartCodeLengthBytes : 0),
298 uint8_t* frame_buffer,
315 (*it).dataPtr - frame_buffer;
439 uint8_t* frame_buffer,
514 int returnLength = InsertBuffer(frame_buffer, packet_list_i
180 Insert(const uint8_t* buffer, size_t length, bool insert_start_code, uint8_t* frame_buffer) argument
297 BuildVP8FragmentationHeader( uint8_t* frame_buffer, int frame_buffer_length, RTPFragmentationHeader* fragmentation) argument
438 InsertPacket(const VCMPacket& packet, uint8_t* frame_buffer, VCMDecodeErrorMode decode_error_mode, const FrameData& frame_data) argument
[all...]
H A Dsession_info.h50 uint8_t* frame_buffer,
59 int BuildVP8FragmentationHeader(uint8_t* frame_buffer,
117 int InsertBuffer(uint8_t* frame_buffer,
122 uint8_t* frame_buffer);
/external/chromium_org/third_party/webrtc/modules/
H A Dwebrtc_video_coding.target.darwin-arm.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.darwin-arm64.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.darwin-mips.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.darwin-mips64.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.darwin-x86.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.darwin-x86_64.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.linux-arm.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.linux-arm64.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.linux-mips.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.linux-mips64.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \
H A Dwebrtc_video_coding.target.linux-x86.mk31 third_party/webrtc/modules/video_coding/main/source/frame_buffer.cc \

Completed in 406 milliseconds

123