Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp84 scaled_frame_->SetWidth(out_frame->GetWidth()); in Convert()
102 yu12_frame_->SetWidth(source_frame_->GetWidth()); in ConvertToYU12()
Dframe_buffer.h69 void SetWidth(uint32_t width) { width_ = width; } in SetWidth() function
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp633 request_context->camera_buffer->SetWidth(format_->width()); in EnqueueRequest()