Searched refs:plane_offset (Results 1 – 2 of 2) sorted by relevance
693 int plane_offset[kNumOfPlanes]; in TestRPSIEncodeDecode() local694 plane_offset[kYPlane] = kColorY; in TestRPSIEncodeDecode()695 plane_offset[kUPlane] = kColorU; in TestRPSIEncodeDecode()696 plane_offset[kVPlane] = kColorV; in TestRPSIEncodeDecode()697 CreateImage(&input_frame_, plane_offset); in TestRPSIEncodeDecode()710 plane_offset[kYPlane] += 1; in TestRPSIEncodeDecode()711 plane_offset[kUPlane] += 1; in TestRPSIEncodeDecode()712 plane_offset[kVPlane] += 1; in TestRPSIEncodeDecode()713 CreateImage(&input_frame_, plane_offset); in TestRPSIEncodeDecode()718 plane_offset[kYPlane] += 1; in TestRPSIEncodeDecode()[all …]
59 void CreateImage(VideoFrame* frame, int plane_offset[kNumOfPlanes]) { in CreateImage()71 data[j] = static_cast<uint8_t>(i + plane_offset[plane_num] + j); in CreateImage()