Home
last modified time | relevance | path

Searched refs:y_bytes (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/cert/
Djwk_serializer_openssl.cc63 std::string y_bytes; in ConvertEcKeyToJwk() local
67 WriteInto(&y_bytes, degree_bytes + 1)), degree_bytes, y.get())) { in ConvertEcKeyToJwk()
79 base::Base64Encode(y_bytes, &y_b64); in ConvertEcKeyToJwk()
/external/chromium_org/third_party/brotli/src/woff2/
Dglyph.cc253 size_t y_bytes = 0; in StorePoints() local
273 y_bytes += 1; in StorePoints()
275 y_bytes += 2; in StorePoints()
305 if (*offset + x_bytes + y_bytes > dst_size) { in StorePoints()
Dwoff2_dec.cc211 unsigned int y_bytes = 0; in StorePoints() local
230 y_bytes += 1; in StorePoints()
232 y_bytes += 2; in StorePoints()
262 unsigned int xy_bytes = x_bytes + y_bytes; in StorePoints()
/external/chromium_org/media/base/
Dvideo_frame.cc676 size_t y_bytes = y_height * y_stride; in AllocateYUV() local
678 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()
/external/chromium_org/third_party/ots/src/
Dwoff2.cc315 unsigned int y_bytes = 0; in StorePoints() local
334 y_bytes += 1; in StorePoints()
336 y_bytes += 2; in StorePoints()
366 unsigned int xy_bytes = x_bytes + y_bytes; in StorePoints()