Searched refs:y_bytes (Results 1 – 5 of 5) sorted by relevance
63 std::string y_bytes; in ConvertEcKeyToJwk() local67 WriteInto(&y_bytes, degree_bytes + 1)), degree_bytes, y.get())) { in ConvertEcKeyToJwk()79 base::Base64Encode(y_bytes, &y_b64); in ConvertEcKeyToJwk()
253 size_t y_bytes = 0; in StorePoints() local273 y_bytes += 1; in StorePoints()275 y_bytes += 2; in StorePoints()305 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
211 unsigned int y_bytes = 0; in StorePoints() local230 y_bytes += 1; in StorePoints()232 y_bytes += 2; in StorePoints()262 unsigned int xy_bytes = x_bytes + y_bytes; in StorePoints()
676 size_t y_bytes = y_height * y_stride; in AllocateYUV() local678 size_t a_bytes = format_ == VideoFrame::YV12A ? y_bytes : 0; in AllocateYUV()685 y_bytes + (uv_bytes * 2 + uv_stride) + a_bytes + kFrameSizePadding; in AllocateYUV()694 data_[VideoFrame::kUPlane] = data + y_bytes; in AllocateYUV()695 data_[VideoFrame::kVPlane] = data + y_bytes + uv_bytes; in AllocateYUV()700 data_[VideoFrame::kAPlane] = data + y_bytes + (2 * uv_bytes); in AllocateYUV()
315 unsigned int y_bytes = 0; in StorePoints() local334 y_bytes += 1; in StorePoints()336 y_bytes += 2; in StorePoints()366 unsigned int xy_bytes = x_bytes + y_bytes; in StorePoints()