/external/webrtc/modules/desktop_capture/ |
D | blank_detector_desktop_capturer_wrapper_unittest.cc | 36 const int frame_width_ = 1024; member in webrtc::BlankDetectorDesktopCapturerWrapperTest 55 frame_generator_.size()->set(frame_width_, frame_height_); in BlankDetectorDesktopCapturerWrapperTest() 101 DesktopRect::MakeXYWH(frame_width_ - 100, frame_height_ - 100, 100, 100)); in TEST_F() 115 DesktopRect::MakeXYWH(frame_width_ - 100, 0, 100, 100)); in TEST_F() 122 (frame_width_ >> 1) - 50, (frame_height_ >> 1) - 50, 100, 100)); in TEST_F() 137 DesktopRect::MakeXYWH(frame_width_ - 100, 0, 100, 100)); in TEST_F()
|
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 110 frame_width_ = frame_width; in SimpleEncode() 126 vp9_get_encoder_config(frame_width_, frame_height_, frame_rate, in ComputeFirstPassStats() 136 vpx_img_alloc(&img, impl_ptr_->img_fmt, frame_width_, frame_height_, 1); in ComputeFirstPassStats() 202 vp9_get_encoder_config(frame_width_, frame_height_, frame_rate, in StartEncode() 212 vpx_img_alloc(&impl_ptr_->tmp_img, impl_ptr_->img_fmt, frame_width_, in StartEncode() 260 const size_t max_coding_data_byte_size = frame_width_ * frame_height_ * 3; in EncodeFrame() 297 vp9_get_encoder_config(frame_width_, frame_height_, frame_rate, in GetCodingFrameNum()
|
D | simple_encode.h | 92 int frame_width_; variable
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.h | 65 uint32_t GetWidth() const { return frame_width_; } in GetWidth() 94 uint32_t frame_width_ = 0; variable
|
D | graphics_pipeline.cc | 579 0, 0, static_cast<float>(frame_width_), static_cast<float>(frame_height_), in CreateVkGraphicsPipeline() 582 VkRect2D scissor = {{0, 0}, {frame_width_, frame_height_}}; in CreateVkGraphicsPipeline() 703 frame_width_ = width; in Initialize() 813 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | object_tracker.cc | 44 frame_width_(config->image_size.width), in ObjectTracker() 52 frame1_(new ImageData(frame_width_, frame_height_)), in ObjectTracker() 53 frame2_(new ImageData(frame_width_, frame_height_)), in ObjectTracker() 120 frame2_->SetData(new_frame, uv_frame, frame_width_, timestamp, 1); in NextFrame() 179 Image<uint8_t> image(frame_width_, frame_height_); in RegisterNewObjectWithAppearance() 180 image.FromArray(new_frame, frame_width_, 1); in RegisterNewObjectWithAppearance()
|
D | object_tracker.h | 195 const int frame_width_; variable 241 stream << "Frame size: " << tracker.frame_width_ << "x"
|
/external/libgav1/libgav1/src/ |
D | buffer_pool.h | 120 int32_t frame_width() const { return frame_width_; } in frame_width() 308 int32_t frame_width_ = 0; variable
|
D | buffer_pool.cc | 66 frame_width_ = frame_header.width; in SetFrameDimensions()
|