Home
last modified time | relevance | path

Searched refs:frame_width_ (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dblank_detector_desktop_capturer_wrapper_unittest.cc36 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/vp9/
Dsimple_encode.cc809 frame_width_ = frame_width; 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()
886 const int num_cols_16x16 = get_num_unit_16x16(frame_width_); 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()
1056 vpx_img_alloc(&impl_ptr_->tmp_img, impl_ptr_->img_fmt, frame_width_, in StartEncode()
1086 num_frames_, frame_width_, 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 …]
Dsimple_encode.h530 int frame_width_; // frame width in pixels. variable
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.h66 uint32_t GetWidth() const { return frame_width_; } in GetWidth()
96 uint32_t frame_width_ = 0; variable
Dgraphics_pipeline.cc606 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()
751 frame_width_ = width; in Initialize()
861 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in Clear()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_tracker.cc44 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()
Dobject_tracker.h195 const int frame_width_; variable
241 stream << "Frame size: " << tracker.frame_width_ << "x"
/external/libgav1/src/
Dbuffer_pool.h124 int32_t frame_width() const { return frame_width_; } in frame_width()
342 int32_t frame_width_ = 0; variable
Dbuffer_pool.cc66 frame_width_ = frame_header.width; in SetFrameDimensions()
/external/webp/examples/
Dwebpinfo.c115 int frame_width_, frame_height_; member
785 webp_info->frame_width_ = width; in ProcessANMFChunk()
815 if (webp_info->frame_width_ != features.width || in ProcessImageChunk()