Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DVideoFrame.h46 mBitDepth(bitDepth) { in VideoFrame()
93 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/libmedia/include/media/
DMediaProfiles.h144 mBitDepth(bitDepth), in mCodec()
189 return mBitDepth; in getBitDepth()
205 int mBitDepth; member
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp50 info->mBitDepth = videoFrame->mBitDepth; in initFrameInfo()
388 videoFrame->mBitDepth); in reinit()
737 return mImageInfo.mBitDepth; in getColorDepth()
/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/include/
DHeifDecoderAPI.h50 uint32_t mBitDepth; // Number of bits for each of the R/G/B channels member
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp361 && img->mBitDepth == 8 in IsYUV420()
475 .mBitDepth = 8, in CreateYUV420PlanarMediaImage2()
510 .mBitDepth = 8, in CreateYUV420SemiPlanarMediaImage2()
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
/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.cpp1506 imageInfo->mBitDepth != 8 || in copyOneYuvTile()
1511 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.cpp556 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()