/external/webrtc/talk/media/devices/ |
D | filevideocapturer_unittest.cc | 57 frame_height_(0), in VideoCapturerListener() 66 frame_height_ = frame->height; in OnFrameCaptured() 68 frame_height_ != frame->height) { in OnFrameCaptured() 75 int frame_height() const { return frame_height_; } in frame_height() 81 int frame_height_; member in __anon68fb97be0111::FileVideoCapturerTest::VideoCapturerListener
|
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 111 frame_height_ = frame_height; 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() 213 frame_height_, 1); 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 | 93 int frame_height_; variable
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.h | 68 uint32_t GetHeight() const { return frame_height_; } in GetHeight() 97 uint32_t frame_height_ = 0; variable
|
D | graphics_pipeline.cc | 580 0, 0, static_cast<float>(frame_width_), static_cast<float>(frame_height_), in CreateVkGraphicsPipeline() 583 VkRect2D scissor = {{0, 0}, {frame_width_, frame_height_}}; in CreateVkGraphicsPipeline() 703 frame_height_ = height; in Initialize() 811 clear_rect.rect = {{0, 0}, {frame_width_, frame_height_}}; in ClearBuffer()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | object_tracker.h | 197 const int frame_height_; variable 243 << 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/webrtc/talk/media/base/ |
D | testutils.h | 141 int frame_height() const { return frame_height_; } in frame_height() 153 int frame_height_; variable
|
D | testutils.cc | 234 frame_height_(0), in VideoCapturerListener() 254 frame_height_ = frame->height; in OnFrameCaptured() 256 } else if (frame_width_ != frame->width || frame_height_ != frame->height) { in OnFrameCaptured()
|
/external/libgav1/libgav1/src/ |
D | buffer_pool.h | 121 int32_t frame_height() const { return frame_height_; } in frame_height() 309 int32_t frame_height_ = 0; variable
|
D | buffer_pool.cc | 67 frame_height_ = frame_header.height; in SetFrameDimensions()
|