Searched refs:frame_buffer (Results 1 - 25 of 52) sorted by last modified time

123

/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_writer.cc51 bool FrameWriterImpl::WriteFrame(WebRtc_UWord8* frame_buffer) { argument
52 assert(frame_buffer);
57 int bytes_written = fwrite(frame_buffer, 1, frame_length_in_bytes_,
H A Dframe_writer.h34 virtual bool WriteFrame(WebRtc_UWord8* frame_buffer) = 0;
56 bool WriteFrame(WebRtc_UWord8* frame_buffer);
/external/webrtc/src/modules/audio_processing/test/testsupport/mock/
H A Dmock_frame_writer.h24 MOCK_METHOD1(WriteFrame, bool(WebRtc_UWord8* frame_buffer));
/external/webrtc/test/testsupport/
H A Dframe_writer.cc51 bool FrameWriterImpl::WriteFrame(WebRtc_UWord8* frame_buffer) { argument
52 assert(frame_buffer);
57 int bytes_written = fwrite(frame_buffer, 1, frame_length_in_bytes_,
H A Dframe_writer.h34 virtual bool WriteFrame(WebRtc_UWord8* frame_buffer) = 0;
56 bool WriteFrame(WebRtc_UWord8* frame_buffer);
/external/webrtc/test/testsupport/mock/
H A Dmock_frame_writer.h24 MOCK_METHOD1(WriteFrame, bool(WebRtc_UWord8* frame_buffer));
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c315 if ((frame_buffer =
329 memset(frame_buffer, 0x00, fb_finfo.smem_len);
333 frame_buffer + s_bounded_input_width_offset * s_fb_pixel_size +
367 s_center[0] = frame_buffer + s_bounded_input_width_offset * s_fb_pixel_size +
599 if (frame_buffer) {
600 munmap(frame_buffer, fb_finfo.smem_len);
601 frame_buffer = 0;
H A DSDL_ps3video.h91 uint8_t * frame_buffer; /* mmap'd access to fbdev */ member in struct:SDL_PrivateVideoData
134 #define frame_buffer (this->hidden->frame_buffer) macro
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h656 const __DRIframebuffer *frame_buffer,
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp374 get_backtrace (Frames &frame_buffer, size_t frames_to_remove) argument
379 frame_buffer.assign (&frames[frames_to_remove], &frames[count]);
381 frame_buffer.assign (&frames[0], &frames[count]);
382 while (frame_buffer.back() < (void *)1024)
383 frame_buffer.pop_back();
384 return frame_buffer.size();
/external/lldb/source/Host/freebsd/
H A DHost.cpp96 std::vector<void *> frame_buffer (max_frames, NULL);
97 int count = ::backtrace (&frame_buffer[0], frame_buffer.size());
98 ::backtrace_symbols_fd (&frame_buffer[0], count, backtrace_fd);
/external/lldb/source/Host/linux/
H A DHost.cpp472 std::vector<void *> frame_buffer (max_frames, NULL);
473 int num_frames = ::backtrace (&frame_buffer[0], frame_buffer.size());
474 char** strs = ::backtrace_symbols (&frame_buffer[0], num_frames);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c1194 void vp9_loop_filter_rows(const YV12_BUFFER_CONFIG *frame_buffer, argument
1209 vp9_setup_dst_planes(xd, frame_buffer, mi_row, mi_col);
1249 vp9_loop_filter_rows(lf_data->frame_buffer, lf_data->cm, &lf_data->xd,
H A Dvp9_loopfilter.h112 // Apply the loop filter to [start, stop) macro block rows in frame_buffer.
113 void vp9_loop_filter_rows(const YV12_BUFFER_CONFIG *frame_buffer,
118 const YV12_BUFFER_CONFIG *frame_buffer; member in struct:LoopFilterWorkerData
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c683 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
110 vp9_setup_dst_planes(xd, frame_buffer, mi_row, mi_col);
127 loop_filter_rows_mt(lf_data->frame_buffer, lf_data->cm, &lf_data->xd,
190 lf_data->frame_buffer = get_frame_new_buffer(cm);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
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 \

Completed in 539 milliseconds

123