HomeSort by relevance Sort by last modified time
    Searched refs:rowSampling (Results 1 - 5 of 5) sorted by null

  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 80 || plane.rowSampling != img->mPlane[i].mVertSubsampling
90 uint32_t planeH = img->mHeight / plane.rowSampling;
125 && layout.planes[layout.PLANE_Y].rowSampling == 1
131 && layout.planes[layout.PLANE_U].rowSampling == 2
137 && layout.planes[layout.PLANE_V].rowSampling == 2);
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 254 || layout.planes[0].rowSampling != 1
256 || layout.planes[1].rowSampling != 2
258 || layout.planes[2].rowSampling != 2) {
280 / plane.rowSampling / plane.colSampling * divUp(mAllocatedDepth, 8u);
293 mediaImage->mPlane[i].mVertSubsampling = plane.rowSampling;
426 / plane.rowSampling / plane.colSampling;
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 868 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling;
870 || crop.top % rowSampling || crop.bottom() % rowSampling) {
    [all...]
  /hardware/google/av/codec2/tests/vndk/
C2BufferTest.cpp 430 for (uint32_t row = 0; row < rect.height / info.rowSampling; ++row) {
431 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc;
440 for (uint32_t row = 0; row < rect.height / info.rowSampling; ++row) {
441 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc;
    [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]

Completed in 91 milliseconds