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

  /frameworks/av/media/ndk/
NdkImagePriv.h 83 const int32_t mNumPlanes;
NdkImage.cpp 37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
156 *numPlanes = mNumPlanes;
245 if (planeIdx < 0 || planeIdx >= mNumPlanes) {
247 planeIdx, mNumPlanes - 1);
305 if (planeIdx < 0 || planeIdx >= mNumPlanes) {
307 planeIdx, mNumPlanes - 1);
422 if (planeIdx < 0 || planeIdx >= mNumPlanes) {
424 planeIdx, mNumPlanes - 1);
NdkImageReaderPriv.h 123 const int32_t mNumPlanes;
NdkImageReader.cpp 257 mNumPlanes(getNumPlanesForFormat(format)),
451 readerWidth, readerHeight, mNumPlanes);
454 bufferWidth, bufferHeight, mNumPlanes);
  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 87 for (size_t ix = 0; ix < image.mNumPlanes; ++ix) {
96 mNumPlanes = image.mNumPlanes;
101 for (size_t ix = 0; ix < image.mNumPlanes; ++ix) {
207 image.mNumPlanes = 0;
245 image.mNumPlanes = 3;
364 if (img.mNumPlanes != 3
  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 42 uint32_t mNumPlanes; // number of planes
82 uint32_t mNumPlanes; // number of planes
  /frameworks/base/media/java/android/media/
ImageReader.java 249 mNumPlanes = ImageUtils.getNumPlanesForFormat(mFormat);
760 private final int mNumPlanes;
    [all...]
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 144 .mNumPlanes = 3,
178 .mNumPlanes = 3,
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 90 if (img->mNumPlanes > 0 && img->mType != img->MEDIA_IMAGE_TYPE_UNKNOWN) {
93 if (img->mNumPlanes > 1 && stride > 0) {
400 mediaImage->mNumPlanes = layout.numPlanes;
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 643 if (img.mNumPlanes == 3 &&
662 if (img.mNumPlanes == 3 &&
    [all...]
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 350 EXPECT_EQ(img->mNumPlanes, 3u);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 1020 milliseconds