Home
last modified time | relevance | path

Searched defs:frame_buffer (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp-deps/amber/src/
Dverifier_test.cc70 const uint8_t frame_buffer[3][3][4] = { in TEST_F() local
111 uint8_t frame_buffer[10][10][4] = {}; in TEST_F() local
144 uint8_t frame_buffer[250][250][4] = {}; in TEST_F() local
172 uint8_t frame_buffer[10][10][4] = {}; in TEST_F() local
201 uint8_t frame_buffer[4] = {255, 14, 75, 8}; in TEST_F() local
228 uint16_t frame_buffer[4] = {65535, 14, 1875, 8}; in TEST_F() local
255 uint32_t frame_buffer[4] = {6, 14, 1171875, 8}; in TEST_F() local
282 uint64_t frame_buffer[4] = {6, 14, 1171875, 8}; in TEST_F() local
309 int8_t frame_buffer[4] = {-6, 14, 75, 8}; in TEST_F() local
336 int16_t frame_buffer[4] = {-6, 14, 1875, 8}; in TEST_F() local
[all …]
/external/webrtc/test/testsupport/
Dvideo_frame_writer.cc75 rtc::Buffer frame_buffer = ExtractI420BufferWithSize(frame, width_, height_); in WriteFrame() local
101 rtc::Buffer frame_buffer = ExtractI420BufferWithSize(frame, width_, height_); in WriteFrame() local
Dy4m_frame_writer.cc44 bool Y4mFrameWriterImpl::WriteFrame(uint8_t* frame_buffer) { in WriteFrame()
Dyuv_frame_writer.cc53 bool YuvFrameWriterImpl::WriteFrame(uint8_t* frame_buffer) { in WriteFrame()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dbase_vision_task_api.h115 const FrameBuffer& frame_buffer, in Preprocess()
245 bool IsImagePreprocessingNeeded(const FrameBuffer& frame_buffer, in IsImagePreprocessingNeeded()
/external/webrtc/modules/video_coding/
Dsession_info.cc188 size_t VCMSessionInfo::InsertBuffer(uint8_t* frame_buffer, in InsertBuffer()
246 uint8_t* frame_buffer) { in Insert()
421 uint8_t* frame_buffer, in InsertPacket()
Djitter_buffer.cc312 VCMFrameBuffer* frame_buffer = static_cast<VCMFrameBuffer*>(frame); in ReleaseFrame() local
353 const VCMFrameBuffer* frame_buffer = in LastPacketTime() local
/external/libgav1/libgav1/src/
Dinternal_frame_buffer_list.cc42 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetInternalFrameBuffer()
69 int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetFrameBuffer()
Dframe_buffer.cc128 Libgav1FrameBuffer* frame_buffer) { in Libgav1SetFrameBuffer()
Dyuv_buffer.cc74 FrameBuffer frame_buffer; in Realloc() local
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc307 const FrameBuffer& frame_buffer) { in Segment()
316 const FrameBuffer& frame_buffer, const BoundingBox& /*roi*/) { in Postprocess()
Dobject_detector.cc437 const FrameBuffer& frame_buffer) { in Detect()
448 const FrameBuffer& frame_buffer, const BoundingBox& /*roi*/) { in Postprocess()
Dimage_classifier.cc391 const FrameBuffer& frame_buffer) { in Classify()
399 const FrameBuffer& frame_buffer, const BoundingBox& roi) { in Classify()
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dimage_classifier_demo.cc120 std::unique_ptr<FrameBuffer> frame_buffer; in Classify() local
Dimage_segmenter_demo.cc143 std::unique_ptr<FrameBuffer> frame_buffer; in Segment() local
Dobject_detector_demo.cc187 std::unique_ptr<FrameBuffer> frame_buffer; in Detect() local
/external/libgav1/libgav1/examples/
Dgav1_decode_cv_pixel_buffer_pool.cc56 libgav1::FrameBuffer* frame_buffer) { in Gav1DecodeGetCVPixelBuffer()
192 libgav1::FrameBuffer* frame_buffer) { in GetCVPixelBuffer()
Dfile_writer.cc123 bool FileWriter::WriteFrame(const DecoderBuffer& frame_buffer) { in WriteFrame()
/external/webrtc/test/fuzzers/
Dframe_buffer2_fuzzer.cc72 video_coding::FrameBuffer frame_buffer(time_controller.GetClock(), &timing, in FuzzOneInput() local
/external/libgav1/libgav1/src/gav1/
Dframe_buffer.h169 FrameBuffer* frame_buffer) { in SetFrameBuffer()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
Daudio_microfrontend_op.cc242 std::vector<std::vector<T>> frame_buffer(num_frames); in Compute() local
/external/libaom/libaom/av1/common/
Dthread_common.c140 YV12_BUFFER_CONFIG *frame_buffer, in loop_filter_data_reset()
267 const YV12_BUFFER_CONFIG *const frame_buffer, AV1_COMMON *const cm, in thread_loop_filter_rows()
333 const YV12_BUFFER_CONFIG *const frame_buffer, AV1_COMMON *const cm, in thread_loop_filter_bitmask_rows()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc105 rtc::scoped_refptr<I420Buffer> frame_buffer = in AVGetBuffer2() local
/external/tensorflow/tensorflow/lite/experimental/microfrontend/
Daudio_microfrontend.cc136 std::vector<std::vector<T>> frame_buffer(num_frames); in GenerateFeatures() local
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.h141 YV12_BUFFER_CONFIG *frame_buffer; member

12