Home
last modified time | relevance | path

Searched refs:SetHeight (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp85 scaled_frame_->SetHeight(out_frame->GetHeight()); in Convert()
103 yu12_frame_->SetHeight(source_frame_->GetHeight()); in ConvertToYU12()
Dframe_buffer.h70 void SetHeight(uint32_t height) { height_ = height; } in SetHeight() function
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp634 request_context->camera_buffer->SetHeight(format_->height()); in EnqueueRequest()