Searched refs:mBitDepth (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 46 mBitDepth(bitDepth) { in VideoFrame() 93 uint32_t mBitDepth; // number of bits per R / G / B channel variable
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXUtils.cpp | 100 mBitDepth = image.mBitDepth; in initFromV1() 255 image.mBitDepth = 8; in DescribeDefaultColorFormat() 386 if (img.mBitDepth <= 8) { in IsFlexibleColorFormat()
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaProfiles.h | 144 mBitDepth(bitDepth), in mCodec() 189 return mBitDepth; in getBitDepth() 205 int mBitDepth; member
|
/frameworks/av/media/libheif/ |
D | HeifDecoderImpl.cpp | 50 info->mBitDepth = videoFrame->mBitDepth; in initFrameInfo() 388 videoFrame->mBitDepth); in reinit() 737 return mImageInfo.mBitDepth; in getColorDepth()
|
/frameworks/native/headers/media_plugin/media/hardware/ |
D | VideoAPI.h | 45 uint32_t mBitDepth; // useable bit depth member 85 uint32_t mBitDepth; // useable bit depth (always MSB) member
|
/frameworks/av/media/libheif/include/ |
D | HeifDecoderAPI.h | 50 uint32_t mBitDepth; // Number of bits for each of the R/G/B channels member
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 361 && img->mBitDepth == 8 in IsYUV420() 475 .mBitDepth = 8, in CreateYUV420PlanarMediaImage2() 510 .mBitDepth = 8, in CreateYUV420SemiPlanarMediaImage2()
|
D | Codec2Mapper.cpp | 693 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/ |
D | CCodecBuffers_test.cpp | 254 ASSERT_EQ(8u, img->mBitDepth); in TEST() 394 ASSERT_EQ(10u, img->mBitDepth); in TEST()
|
D | MediaCodec_sanity_test.cpp | 353 EXPECT_EQ(img->mBitDepth, 8u); in TEST_P()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 1506 imageInfo->mBitDepth != 8 || in copyOneYuvTile() 1511 imageInfo->mType, imageInfo->mBitDepth, in copyOneYuvTile()
|
/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 195 ALOGV("bit depth: %d", codec.mBitDepth); in logVideoCodec()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 556 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()
|