/external/webrtc/modules/desktop_capture/ |
D | blank_detector_desktop_capturer_wrapper_unittest.cc | 37 const int frame_height_ = 768; 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() 108 DesktopRect::MakeXYWH(0, frame_height_ - 100, 100, 100)); in TEST_F() 122 (frame_width_ >> 1) - 50, (frame_height_ >> 1) - 50, 100, 100)); in TEST_F()
|
/external/libvpx/vp9/ |
D | simple_encode.cc | 810 frame_height_ = frame_height; in SimpleEncode() 869 frame_width_, frame_height_, frame_rate, target_bitrate_, encode_speed_, in DumpEncodeConfigs() 879 frame_width_, frame_height_, frame_rate, target_bitrate_, encode_speed_, in ComputeFirstPassStats() 885 const int num_rows_16x16 = get_num_unit_16x16(frame_height_); in ComputeFirstPassStats() 891 vpx_img_alloc(&img, impl_ptr_->img_fmt, frame_width_, frame_height_, 1); in ComputeFirstPassStats() 1045 frame_width_, frame_height_, frame_rate, target_bitrate_, encode_speed_, in StartEncode() 1057 frame_height_, 1); in StartEncode() 1087 frame_height_, time_base); in StartEncode() 1184 if (init_encode_frame_result(encode_frame_result, frame_width_, frame_height_, in EncodeFrame() 1212 get_max_coding_data_byte_size(frame_width_, frame_height_); in EncodeFrame() [all …]
|
D | simple_encode.h | 531 int frame_height_; // frame height in pixels. variable
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.h | 67 uint32_t GetHeight() const { return frame_height_; } in GetHeight() 97 uint32_t frame_height_ = 0; variable
|
D | graphics_pipeline.cc | 606 0, 0, static_cast<float>(frame_width_), static_cast<float>(frame_height_), in CreateVkGraphicsPipeline() 619 VkRect2D scissor = {{0, 0}, {frame_width_, frame_height_}}; in CreateVkGraphicsPipeline() 752 frame_height_ = height; in Initialize() 861 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | object_tracker.h | 196 const int frame_height_; variable 242 << tracker.frame_height_ << std::endl;
|
D | object_tracker.cc | 45 frame_height_(config->image_size.height), in ObjectTracker() 52 frame1_(new ImageData(frame_width_, frame_height_)), in ObjectTracker() 53 frame2_(new ImageData(frame_width_, frame_height_)), in ObjectTracker() 179 Image<uint8_t> image(frame_width_, frame_height_); in RegisterNewObjectWithAppearance()
|
/external/libgav1/src/ |
D | buffer_pool.h | 125 int32_t frame_height() const { return frame_height_; } in frame_height() 343 int32_t frame_height_ = 0; variable
|
D | buffer_pool.cc | 67 frame_height_ = frame_header.height; in SetFrameDimensions()
|
/external/webp/examples/ |
D | webpinfo.c | 115 int frame_width_, frame_height_; member 786 webp_info->frame_height_ = height; in ProcessANMFChunk() 816 webp_info->frame_height_ != features.height) { in ProcessImageChunk()
|