/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | ALooperRoster.cpp | 103 static void makeFourCC(uint32_t fourcc, char *s, size_t bufsz) { in makeFourCC() 148 char fourcc[15]; in dump() local
|
/aosp12/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | frame_buffer.cpp | 64 uint32_t fourcc) in V4L2FrameBuffer() 105 uint32_t height, uint32_t fourcc, in GrallocFrameBuffer()
|
H A D | frame_buffer.h | 37 void SetFourcc(uint32_t fourcc) { fourcc_ = fourcc; } in SetFourcc()
|
H A D | common_types.h | 43 uint32_t fourcc; member
|
H A D | image_processor.cpp | 70 size_t ImageProcessor::GetConvertedSize(int fourcc, uint32_t width, in GetConvertedSize()
|
/aosp12/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
H A D | drmutils.cpp | 28 uint32_t fourcc; in drm_fourcc_from_handle() member
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | stream_format.cpp | 149 uint32_t fourcc, uint32_t width, in FindBestFitFormat()
|
H A D | v4l2_wrapper.cpp | 683 uint32_t fourcc = in DequeueRequest() local
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | DisplayEventReceiver.h | 42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc() function
|
/aosp12/bionic/libc/kernel/uapi/drm/ |
H A D | exynos_drm.h | 94 __u32 fourcc; member 134 __u32 fourcc; member 150 __u32 fourcc; member
|
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | msm_q6vdec.h | 137 u32 fourcc; member 252 u32 fourcc; member 290 u32 fourcc; member
|
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | msm_q6vdec.h | 116 u32 fourcc; /* video format */ member 224 u32 fourcc; member 259 u32 fourcc; member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_q6vdec.h | 137 u32 fourcc; member 252 u32 fourcc; member 290 u32 fourcc; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_q6vdec.h | 116 u32 fourcc; /* video format */ member 224 u32 fourcc; member 259 u32 fourcc; member
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraUtils.cpp | 45 Frame::Frame(uint32_t width, uint32_t height, uint32_t fourcc) : in Frame() 49 uint32_t w, uint32_t h, uint32_t fourcc, in V4L2Frame()
|
H A D | ExternalCameraDevice.cpp | 593 uint32_t fourcc, const std::array<int, SIZE>& halFormats, in initOutputCharskeysByFormat()
|
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
H A D | ExternalCameraUtils.h | 120 uint32_t fourcc; member
|
/aosp12/frameworks/av/media/extractors/mkv/ |
H A D | MatroskaExtractor.cpp | 1275 static uint32_t FourCCtoLower(uint32_t fourcc) { in FourCCtoLower() 1285 static const char *MKVFourCC2MIME(uint32_t fourcc) { in MKVFourCC2MIME() 2028 uint32_t fourcc = *(uint32_t *)(codecPrivate + 16); in addTracks() local
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MPEG4Writer.cpp | 1768 void MPEG4Writer::beginBox(const char *fourcc) { in beginBox() 4263 const char *fourcc = getFourCCForMime(mime); in writeMetadataFourCCBox() local 4300 const char *fourcc = getFourCCForMime(mime); in writeVideoFourCCBox() local 4382 const char *fourcc = getFourCCForMime(mime); in writeAudioFourCCBox() local
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | MPEG4Extractor.cpp | 338 static const char *FourCC2MIME(uint32_t fourcc) { in FourCC2MIME() 408 static bool AdjustChannelsAndRate(uint32_t fourcc, uint32_t *channels, uint32_t *rate) { in AdjustChannelsAndRate() 6955 static bool isCompatibleBrand(uint32_t fourcc) { in isCompatibleBrand()
|