/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/features/ |
H A D | encode_avc_vdenc_const_settings.cpp | 1185 auto codingType = m_avcPicParams->CodingType; in SetVdencCmd3Settings() 1188 if (codingType == P_TYPE || codingType == B_TYPE) in SetVdencCmd3Settings() 1198 … par.vdencCmd3Par1[i] = codingType == P_TYPE ? cmd3Par1_ptype[i] : cmd3Par1_btype[i]; in SetVdencCmd3Settings() 1199 … par.vdencCmd3Par2[i] = codingType == P_TYPE ? cmd3Par2_ptype[i] : cmd3Par2_btype[i]; in SetVdencCmd3Settings() 1214 auto codingType = m_avcPicParams->CodingType; in SetVdencCmd3Settings() 1217 if (codingType == P_TYPE) in SetVdencCmd3Settings() 1238 else if (codingType == B_TYPE) in SetVdencCmd3Settings() 1258 else if (codingType == I_TYPE) in SetVdencCmd3Settings()
|
H A D | encode_avc_brc.cpp | 945 const uint8_t codingType = pictureType + 1; in LoadConstTable3() local 949 if (codingType == I_TYPE || codingType == P_TYPE) in LoadConstTable3() 1002 const uint8_t codingType = pictureType + 1; in LoadConstTable7() local 1003 if (codingType == I_TYPE) in LoadConstTable7() 1010 auto index = (codingType == P_TYPE) ? (isIPGOP ? 3 : 2) : (codingType == B_TYPE ? 0 : 1); in LoadConstTable7() 1025 const uint8_t codingType = pictureType + 1; in LoadConstTable8() local 1026 if (codingType == I_TYPE) in LoadConstTable8() 1033 auto index = (codingType == P_TYPE) ? (isIPGOP ? 3 : 2) : (codingType == B_TYPE ? 0 : 1); in LoadConstTable8()
|
H A D | encode_avc_vdenc_fastpass.cpp | 226 auto codingType = avcPicParams->CodingType; in MHW_SETPAR_DECL_SRC() local 251 if (codingType == I_TYPE || codingType == P_TYPE) in MHW_SETPAR_DECL_SRC()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/on2/dec/ |
H A D | SoftVPX.cpp | 42 OMX_VIDEO_CODINGTYPE codingType, in SoftVPX() argument 47 name, componentRole, codingType, in SoftVPX() 48 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in SoftVPX() 49 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in SoftVPX() 51 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in SoftVPX()
|
H A D | SoftVPX.h | 34 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 57 OMX_VIDEO_CODINGTYPE codingType, in GoldfishVPX() argument 65 codingType, in GoldfishVPX() 66 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in GoldfishVPX() 67 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in GoldfishVPX() 73 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in GoldfishVPX()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/ |
H A D | codechal_encode_mpeg2_g9.cpp | 1528 MbEncCurbeG9(uint8_t codingType); 1561 MbEncCurbeG9::MbEncCurbeG9(uint8_t codingType) in MbEncCurbeG9() argument 1568 switch (codingType) in MbEncCurbeG9() 2130 uint8_t codingType = m_mbEncForcePictureCodingType ? in SetCurbeMbEnc() local 2133 MbEncCurbeG9 cmd(codingType); in SetCurbeMbEnc() 2140 cmd.m_curbeData.DW4.m_pictureType = codingType; in SetCurbeMbEnc() 2178 if (codingType == I_TYPE) in SetCurbeMbEnc() 2197 else if (codingType == P_TYPE) in SetCurbeMbEnc() 2300 if (codingType != I_TYPE) in SetCurbeMbEnc() 2327 uint32_t krnStateIdx = codingType - 1; in SetCurbeMbEnc()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
H A D | SoftMPEG4.cpp | 46 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4() argument 53 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4() 55 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4), in SoftMPEG4()
|
H A D | SoftMPEG4.h | 30 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/hw/vdbox/ |
H A D | mhw_vdbox_vdenc_xe_hpm.h | 1283 auto codingType = picParams->CodingType; in AddVdencImgStateCmd() local 1284 auto pictureType = codingType - 1; in AddVdencImgStateCmd() 1285 …auto type = codingType == I_TYPE ? 0 : codingType == P_TYPE ? 1 : picParams->RefPicFlag … in AddVdencImgStateCmd() 1304 if (codingType == B_TYPE) in AddVdencImgStateCmd() 1320 if (codingType != I_TYPE) in AddVdencImgStateCmd() 1340 if (codingType == B_TYPE) in AddVdencImgStateCmd() 1351 if (codingType != I_TYPE && picParams->EnableRollingIntraRefresh != ROLLING_I_DISABLED) in AddVdencImgStateCmd() 2425 auto codingType = paramsXeHpm->pEncodeAvcPicParams->CodingType; in AddVdencCmd3Cmd() local 2470 if (codingType == P_TYPE) in AddVdencCmd3Cmd() 2474 else if (codingType == B_TYPE) in AddVdencCmd3Cmd() [all …]
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
H A D | SoftMPEG4Encoder.cpp | 63 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4Encoder() argument 71 name, componentRole, codingType, in SoftMPEG4Encoder() 85 if (codingType == OMX_VIDEO_CodingH263) { in SoftMPEG4Encoder()
|
H A D | SoftMPEG4Encoder.h | 33 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/codec/hal/ |
H A D | codechal_vdenc_avc_xe_hpm.cpp | 585 auto codingType = picType + 1; in FillHucConstData() local 586 auto type = codingType == I_TYPE ? 0 : in FillHucConstData() 587 codingType == P_TYPE ? (m_avcSeqParam->GopRefDist == 1 ? 2 : 1) : in FillHucConstData() 588 codingType == B_TYPE ? 3 : 4; in FillHucConstData()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_vdenc_hevc_fastpass.cpp | 378 uint8_t codingType = hevcPicParams->CodingType; in MHW_SETPAR_DECL_SRC() local 382 uint32_t sliceTypeIdx = (codingType == I_TYPE) ? 0 : 1; in MHW_SETPAR_DECL_SRC()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/ |
D | GoldfishVPX.h | 43 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 45 #define codingType OMX_VIDEO_CodingAVC macro 78 name, componentName, codingType, in GoldfishAVCDec()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.cpp | 35 #define codingType OMX_VIDEO_CodingHEVC macro 60 : SoftVideoDecoderOMXComponent(name, componentName, codingType, in SoftHEVC()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcdec/ |
H A D | SoftAVCDec.cpp | 35 #define codingType OMX_VIDEO_CodingAVC macro 68 name, componentName, codingType, in SoftAVC()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 35 OMX_VIDEO_CODINGTYPE codingType,
|