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

  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 53 ssize_t colInc;
219 img->plane[ix].colInc = env->CallIntMethod(plane.get(), gFields.methodPixelStride);
228 (img->crop.left >> xDecim) * img->plane[ix].colInc
237 (((img->width + (1 << xDecim) - 1) >> xDecim) - 1) * img->plane[ix].colInc;
266 ssize_t colInc = img->plane[ix].colInc;
269 col += colInc;
294 ssize_t colInc = img->plane[ix].colInc;
297 col += colInc;
    [all...]
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 97 viewPtr += plane.colInc;
251 pRed += layout.planes[C2PlanarLayout::PLANE_R].colInc;
252 pGreen += layout.planes[C2PlanarLayout::PLANE_G].colInc;
253 pBlue += layout.planes[C2PlanarLayout::PLANE_B].colInc;
261 pRed -= layout.planes[C2PlanarLayout::PLANE_R].colInc * src.width();
262 pGreen -= layout.planes[C2PlanarLayout::PLANE_G].colInc * src.width();
263 pBlue -= layout.planes[C2PlanarLayout::PLANE_B].colInc * src.width();
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Enc.cpp 431 if (layout.planes[layout.PLANE_Y].colInc == 1
432 && layout.planes[layout.PLANE_U].colInc == 1
433 && layout.planes[layout.PLANE_V].colInc == 1) {
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.cpp 471 if (layout.planes[layout.PLANE_Y].colInc == 1
472 && layout.planes[layout.PLANE_U].colInc == 1
473 && layout.planes[layout.PLANE_V].colInc == 1) {
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp 971 if (layout.planes[layout.PLANE_Y].colInc == 1
972 && layout.planes[layout.PLANE_U].colInc == 1
973 && layout.planes[layout.PLANE_V].colInc == 1) {
    [all...]
  /hardware/google/av/codec2/tests/vndk/
C2BufferTest.cpp 433 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc;
443 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc;
    [all...]
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 366 if (layout.planes[C2PlanarLayout::PLANE_U].colInc == 2) { // semi-planar mode
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 290 mediaImage->mPlane[i].mColInc = plane.colInc;
  /external/v4l2_codec2/
C2VDAComponent.cpp 739 if (layout.planes[C2PlanarLayout::PLANE_U].colInc == 2) { // chroma_step
    [all...]
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 880 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc
    [all...]

Completed in 625 milliseconds