Searched refs:OMX_COLOR_Format16bitRGB565 (Results 1 – 16 of 16) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/colorconversion/ |
H A D | ColorConverter.cpp | 52 return colorFormat == OMX_COLOR_Format16bitRGB565 in isRGB() 89 return mDstFormat == OMX_COLOR_Format16bitRGB565 in isValid() 96 return mDstFormat == OMX_COLOR_Format16bitRGB565; in isValid() 100 return mDstFormat == OMX_COLOR_Format16bitRGB565 in isValid() 103 return mDstFormat == OMX_COLOR_Format16bitRGB565; in isValid() 147 case OMX_COLOR_Format16bitRGB565: in BitmapParams() 349 case OMX_COLOR_Format16bitRGB565: in convertYUV420PlanarUseLibYUV() 393 case OMX_COLOR_Format16bitRGB565: in convertYUV420SemiPlanarUseLibYUV() 444 case OMX_COLOR_Format16bitRGB565: in getWriteToDst()
|
H A D | SoftwareRenderer.cpp | 182 mColorFormat, OMX_COLOR_Format16bitRGB565); in resetFormatIfChanged()
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_IVCommon.h | 95 OMX_COLOR_Format16bitRGB565, enumerator
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_IVCommon.h | 112 OMX_COLOR_Format16bitRGB565, enumerator
|
H A D | OMX_AsString.h | 593 case OMX_COLOR_Format16bitRGB565:
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | FrameDecoder.cpp | 176 *dstFormat = OMX_COLOR_Format16bitRGB565; in getDstColorFormat() 251 mDstFormat(OMX_COLOR_Format16bitRGB565), in FrameDecoder()
|
H A D | CameraSource.cpp | 72 return OMX_COLOR_Format16bitRGB565; in getColorFormat()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 1245 [5] = OMX_COLOR_Format16bitRGB565, in getPreferredColorFormatNonSurfaceMode() 1262 [5] = OMX_COLOR_Format16bitRGB565, in getPreferredColorFormatDefaultMode()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2_params.cpp | 734 … portFmt->eColorFormat == OMX_COLOR_Format16bitRGB565) { in set_parameter()
|
H A D | omx_vdec_v4l2.cpp | 7280 …(drv_ctx.idr_only_decoding && portDefn->format.video.eColorFormat == OMX_COLOR_Format16bitRGB565 && in update_portdef() 7294 } else if (portDefn->format.video.eColorFormat == OMX_COLOR_Format16bitRGB565) { in update_portdef() 8523 ColorFormat != OMX_COLOR_Format16bitRGB565 && in update_buffer_req() 8606 dest_color_format == OMX_COLOR_Format16bitRGB565) { in set_color_format() 8612 } else if(dest_color_format == OMX_COLOR_Format16bitRGB565) { in set_color_format() 8773 ColorFormat == OMX_COLOR_Format16bitRGB565 || in get_color_format()
|