HomeSort by relevance Sort by last modified time
    Searched full:plane_offset (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 693 int plane_offset[kNumOfPlanes]; local
694 plane_offset[kYPlane] = kColorY;
695 plane_offset[kUPlane] = kColorU;
696 plane_offset[kVPlane] = kColorV;
697 CreateImage(&input_frame_, plane_offset);
710 plane_offset[kYPlane] += 1;
711 plane_offset[kUPlane] += 1;
712 plane_offset[kVPlane] += 1;
713 CreateImage(&input_frame_, plane_offset);
718 plane_offset[kYPlane] += 1
900 int plane_offset[kNumOfPlanes]; local
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 59 void CreateImage(VideoFrame* frame, int plane_offset[kNumOfPlanes]) {
71 data[j] = static_cast<uint8_t>(i + plane_offset[plane_num] + j);
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 106 const cam_frame_len_offset_t &plane_offset,
QCameraMem.cpp 311 * @plane_offset : plane buffer information
322 const cam_frame_len_offset_t &plane_offset,
350 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.h 90 const cam_frame_len_offset_t &plane_offset,
QCameraMem.cpp 269 * @plane_offset : plane buffer information
280 const cam_frame_len_offset_t &plane_offset,
308 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
    [all...]