Home
last modified time | relevance | path

Searched refs:mBitDepth (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/include/private/media/
DVideoFrame.h48 mBitDepth(bitDepth) { in VideoFrame()
97 uint32_t mBitDepth; // number of bits per R / G / B channel variable
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp100 mBitDepth = image.mBitDepth; in initFromV1()
255 image.mBitDepth = 8; in DescribeDefaultColorFormat()
386 if (img.mBitDepth <= 8) { in IsFlexibleColorFormat()
/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h120 return mBitDepth; in getBitDepth()
141 BitDepth_t mBitDepth; member
/frameworks/av/media/libmedia/include/media/
DMediaProfiles.h144 mBitDepth(bitDepth), in mCodec()
189 return mBitDepth; in getBitDepth()
205 int mBitDepth; member
/frameworks/av/media/libheif/include/
DHeifDecoderAPI.h50 uint32_t mBitDepth; // Number of bits of R/G/B channel member
/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h45 uint32_t mBitDepth; // useable bit depth member
85 uint32_t mBitDepth; // useable bit depth (always MSB) member
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp53 info->mBitDepth = videoFrame->mBitDepth; in initFrameInfo()
394 videoFrame->mBitDepth); in reinit()
789 return mImageInfo.mBitDepth; in getColorDepth()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp153 .mBitDepth = bitDepth, in CreateYUV420PlanarMediaImage2()
190 .mBitDepth = bitDepth, in CreateYUV420SemiPlanarMediaImage2()
233 mBitDepth = ImageBitDepthInvalid; in Image()
237 if (mImage.mBitDepth == 8 in Image()
246 } else if (mImage.mBitDepth == 8 in Image()
259 mBitDepth = ImageBitDepthInvalid; in Image()
260 switch (img.mBitDepth) { in Image()
262 mBitDepth = ImageBitDepth8; in Image()
270 mBitDepth = ImageBitDepthInvalid; in Image()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp693 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus), mBitDepth(bitDepth) {} in Av1ProfileLevelMapper()
702 return (mBitDepth == 10) ? sAv1TenbitProfiles.map(from, to) : in simpleMap()
708 return (mBitDepth == 10) ? sAv1TenbitProfiles.map(from, to) : in simpleMap()
720 int32_t mBitDepth; member
DCodec2BufferUtils.cpp401 && img->mBitDepth == 8 in IsYUV420()
515 .mBitDepth = 8, in CreateYUV420PlanarMediaImage2()
550 .mBitDepth = 8, in CreateYUV420SemiPlanarMediaImage2()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp254 ASSERT_EQ(8u, img->mBitDepth); in TEST()
394 ASSERT_EQ(10u, img->mBitDepth); in TEST()
DMediaCodec_sanity_test.cpp353 EXPECT_EQ(img->mBitDepth, 8u); in TEST_P()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1538 imageInfo->mBitDepth != 8 || in copyOneYuvTile()
1543 imageInfo->mType, imageInfo->mBitDepth, in copyOneYuvTile()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp195 ALOGV("bit depth: %d", codec.mBitDepth); in logVideoCodec()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp598 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()