Searched refs:IH264E_CODEC_ERROR_START (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libavc/encoder/ |
H A D | ih264e_error.h | 76 …IH264E_CODEC_ERROR_START = IH264E_BITSTREAM_ERROR_START + 0… enumerator 91 … IH264E_WIDTH_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x01, 94 … IH264E_HEIGHT_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x02, 97 … IH264E_NUM_REF_UNSUPPORTED = IH264E_CODEC_ERROR_START + 0x03, 100 … IH264E_NUM_REORDER_UNSUPPORTED = IH264E_CODEC_ERROR_START + 0x04, 103 … IH264E_CODEC_LEVEL_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x05, 106 … IH264E_INPUT_CHROMA_FORMAT_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x06, 109 … IH264E_RECON_CHROMA_FORMAT_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x07, 112 … IH264E_RATE_CONTROL_MODE_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x08, 115 … IH264E_FRAME_RATE_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x09, [all …]
|
/aosp_15_r20/external/libavc/encoder/svc/ |
H A D | isvce_error.h | 45 IH264E_INVALID_SVC_PARAMS = IH264E_CODEC_ERROR_START + 0x100, 48 IH264E_INVALID_NUM_TEMPORAL_LAYERS = IH264E_CODEC_ERROR_START + 0x101, 51 IH264E_INVALID_NUM_SPATIAL_LAYERS = IH264E_CODEC_ERROR_START + 0x102, 54 IH264E_INVALID_SPATIAL_RES_RATIO = IH264E_CODEC_ERROR_START + 0x103, 57 IH264E_WEIGHTED_PRED_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x104, 60 IH264E_CABAC_NOT_SUPPORTED = IH264E_CODEC_ERROR_START + 0x105, 63 IH264E_INVALID_SVC_INPUT_DIMENSIONS = IH264E_CODEC_ERROR_START + 0x106, 66 IH264E_INVALID_DYN_INIT_QP = IH264E_CODEC_ERROR_START + 0x107,
|