/aosp_15_r20/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 …]
|
/aosp_15_r20/external/libgav1/src/ |
H A D | internal_frame_buffer_list_test.cc | 66 for (auto& frame_buffer : frame_buffers) { in TEST_F() local 100 for (auto& frame_buffer : frame_buffers) { in TEST_F() local 122 FrameBuffer frame_buffer; in TEST_F() local
|
H A 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()
|
H A D | frame_buffer.cc | 128 Libgav1FrameBuffer* frame_buffer) { in Libgav1SetFrameBuffer()
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | session_info.cc | 187 size_t VCMSessionInfo::InsertBuffer(uint8_t* frame_buffer, in InsertBuffer() 245 uint8_t* frame_buffer) { in Insert() 423 uint8_t* frame_buffer, in InsertPacket()
|
H A D | jitter_buffer.cc | 310 VCMFrameBuffer* frame_buffer = static_cast<VCMFrameBuffer*>(frame); in ReleaseFrame() local 351 const VCMFrameBuffer* frame_buffer = in LastPacketTime() local
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A 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
|
H A D | y4m_frame_writer.cc | 44 bool Y4mFrameWriterImpl::WriteFrame(const uint8_t* frame_buffer) { in WriteFrame()
|
H A D | yuv_frame_writer.cc | 52 bool YuvFrameWriterImpl::WriteFrame(const uint8_t* frame_buffer) { in WriteFrame()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
H A D | base_vision_task_api.h | 115 const FrameBuffer& frame_buffer, in Preprocess() 245 bool IsImagePreprocessingNeeded(const FrameBuffer& frame_buffer, in IsImagePreprocessingNeeded()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
H A D | image_segmenter.cc | 307 const FrameBuffer& frame_buffer) { in Segment() 316 const FrameBuffer& frame_buffer, const BoundingBox& /*roi*/) { in Postprocess()
|
H A D | object_detector.cc | 437 const FrameBuffer& frame_buffer) { in Detect() 448 const FrameBuffer& frame_buffer, const BoundingBox& /*roi*/) { in Postprocess()
|
H A D | image_classifier.cc | 391 const FrameBuffer& frame_buffer) { in Classify() 399 const FrameBuffer& frame_buffer, const BoundingBox& roi) { in Classify()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/ |
H A D | h264_decoder_impl.cc | 117 rtc::scoped_refptr<PlanarYuvBuffer> frame_buffer; in AVGetBuffer2() local 393 rtc::scoped_refptr<VideoFrameBuffer> frame_buffer = in Decode() local
|
/aosp_15_r20/external/libgav1/examples/ |
H A D | gav1_decode_cv_pixel_buffer_pool.cc | 56 libgav1::FrameBuffer* frame_buffer) { in Gav1DecodeGetCVPixelBuffer() 192 libgav1::FrameBuffer* frame_buffer) { in GetCVPixelBuffer()
|
H A D | file_writer.cc | 123 bool FileWriter::WriteFrame(const DecoderBuffer& frame_buffer) { in WriteFrame()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/ |
H A D | image_classifier_demo.cc | 120 std::unique_ptr<FrameBuffer> frame_buffer; in Classify() local
|
H A D | image_segmenter_demo.cc | 143 std::unique_ptr<FrameBuffer> frame_buffer; in Segment() local
|
H A D | object_detector_demo.cc | 187 std::unique_ptr<FrameBuffer> frame_buffer; in Detect() local
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_stack.cc | 189 jvmtiFrameInfo* frame_buffer, in TranslateFrameVector() 242 jvmtiFrameInfo* frame_buffer; member 254 jvmtiFrameInfo* frame_buffer, in GetStackTrace()
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | video_track_source_impl.cpp | 29 std::shared_ptr<::cuttlefish::webrtc_streaming::VideoFrameBuffer> in VideoFrameWrapper()
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | frame_buffer2_fuzzer.cc | 77 video_coding::FrameBuffer frame_buffer(time_controller.GetClock(), &timing, in FuzzOneInput() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_path_validator.h | 176 QuicPathFrameBuffer frame_buffer; member
|
/aosp_15_r20/external/libgav1/src/gav1/ |
H A D | frame_buffer.h | 169 FrameBuffer* frame_buffer) { in SetFrameBuffer()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/ |
H A D | audio_microfrontend_op.cc | 235 std::vector<std::vector<T>> frame_buffer(num_frames); in Compute() local
|