Searched refs:mBitDepth (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 48 mBitDepth(bitDepth) { in VideoFrame() 97 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/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 120 return mBitDepth; in getBitDepth() 141 BitDepth_t mBitDepth; member
|
/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/include/ |
D | HeifDecoderAPI.h | 50 uint32_t mBitDepth; // Number of bits of R/G/B channel member
|
/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/ |
D | HeifDecoderImpl.cpp | 53 info->mBitDepth = videoFrame->mBitDepth; in initFrameInfo() 394 videoFrame->mBitDepth); in reinit() 789 return mImageInfo.mBitDepth; in getColorDepth()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 153 .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/ |
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
|
D | Codec2BufferUtils.cpp | 401 && img->mBitDepth == 8 in IsYUV420() 515 .mBitDepth = 8, in CreateYUV420PlanarMediaImage2() 550 .mBitDepth = 8, in CreateYUV420SemiPlanarMediaImage2()
|
/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 | 1538 imageInfo->mBitDepth != 8 || in copyOneYuvTile() 1543 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 | 598 mediaImage->mBitDepth = bitDepth; in GraphicView2MediaImageConverter()
|