/external/webrtc/test/testsupport/ |
D | video_frame_writer.cc | 75 rtc::Buffer frame_buffer = ExtractI420BufferWithSize(frame, width_, height_); in WriteFrame() local 101 rtc::Buffer frame_buffer = ExtractI420BufferWithSize(frame, width_, height_); in WriteFrame() local
|
D | y4m_frame_writer.cc | 44 bool Y4mFrameWriterImpl::WriteFrame(uint8_t* frame_buffer) { in WriteFrame()
|
D | yuv_frame_writer.cc | 53 bool YuvFrameWriterImpl::WriteFrame(uint8_t* frame_buffer) { in WriteFrame()
|
/external/deqp-deps/amber/src/ |
D | verifier_test.cc | 70 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/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
D | base_vision_task_api.h | 115 const FrameBuffer& frame_buffer, in Preprocess() 245 bool IsImagePreprocessingNeeded(const FrameBuffer& frame_buffer, in IsImagePreprocessingNeeded()
|
/external/webrtc/modules/video_coding/ |
D | session_info.cc | 188 size_t VCMSessionInfo::InsertBuffer(uint8_t* frame_buffer, in InsertBuffer() 246 uint8_t* frame_buffer) { in Insert() 421 uint8_t* frame_buffer, in InsertPacket()
|
D | jitter_buffer.cc | 312 VCMFrameBuffer* frame_buffer = static_cast<VCMFrameBuffer*>(frame); in ReleaseFrame() local 353 const VCMFrameBuffer* frame_buffer = in LastPacketTime() local
|
/external/libgav1/libgav1/src/ |
D | internal_frame_buffer_list.cc | 42 int bottom_border, int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetInternalFrameBuffer() 69 int stride_alignment, Libgav1FrameBuffer* frame_buffer) { in GetFrameBuffer()
|
D | frame_buffer.cc | 128 Libgav1FrameBuffer* frame_buffer) { in Libgav1SetFrameBuffer()
|
D | yuv_buffer.cc | 74 FrameBuffer frame_buffer; in Realloc() local
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
D | image_segmenter.cc | 307 const FrameBuffer& frame_buffer) { in Segment() 316 const FrameBuffer& frame_buffer, const BoundingBox& /*roi*/) { in Postprocess()
|
D | object_detector.cc | 437 const FrameBuffer& frame_buffer) { in Detect() 448 const FrameBuffer& frame_buffer, const BoundingBox& /*roi*/) { in Postprocess()
|
D | image_classifier.cc | 391 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/ |
D | image_classifier_demo.cc | 120 std::unique_ptr<FrameBuffer> frame_buffer; in Classify() local
|
D | image_segmenter_demo.cc | 143 std::unique_ptr<FrameBuffer> frame_buffer; in Segment() local
|
D | object_detector_demo.cc | 187 std::unique_ptr<FrameBuffer> frame_buffer; in Detect() local
|
/external/libgav1/libgav1/examples/ |
D | gav1_decode_cv_pixel_buffer_pool.cc | 56 libgav1::FrameBuffer* frame_buffer) { in Gav1DecodeGetCVPixelBuffer() 192 libgav1::FrameBuffer* frame_buffer) { in GetCVPixelBuffer()
|
D | file_writer.cc | 123 bool FileWriter::WriteFrame(const DecoderBuffer& frame_buffer) { in WriteFrame()
|
/external/webrtc/test/fuzzers/ |
D | frame_buffer2_fuzzer.cc | 72 video_coding::FrameBuffer frame_buffer(time_controller.GetClock(), &timing, in FuzzOneInput() local
|
/external/libgav1/libgav1/src/gav1/ |
D | frame_buffer.h | 169 FrameBuffer* frame_buffer) { in SetFrameBuffer()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/ |
D | audio_microfrontend_op.cc | 242 std::vector<std::vector<T>> frame_buffer(num_frames); in Compute() local
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264_decoder_impl.cc | 105 rtc::scoped_refptr<I420Buffer> frame_buffer = in AVGetBuffer2() local
|
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 140 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/tensorflow/tensorflow/lite/experimental/microfrontend/ |
D | audio_microfrontend.cc | 136 std::vector<std::vector<T>> frame_buffer(num_frames); in GenerateFeatures() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.h | 141 YV12_BUFFER_CONFIG *frame_buffer; member
|