Home
last modified time | relevance | path

Searched refs:eCodec (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp256 OMX_VIDEO_CODINGTYPE eCodec; member
619 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) { in ConfigureEncoder()
621 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) { in ConfigureEncoder()
623 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in ConfigureEncoder()
628 else if (m_sProfile.eCodec == OMX_VIDEO_CodingVPX) { in ConfigureEncoder()
663 if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in ConfigureEncoder()
704 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) { in ConfigureEncoder()
719 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) { in ConfigureEncoder()
811 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) { in ConfigureEncoder()
818 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) { in ConfigureEncoder()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp217 OMX_VIDEO_CODINGTYPE eCodec; member
580 if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) in ConfigureEncoder()
584 else if(m_sProfile.eCodec == OMX_VIDEO_CodingAVC) in ConfigureEncoder()
588 else if(m_sProfile.eCodec == OMX_VIDEO_CodingH263) in ConfigureEncoder()
627 if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) in ConfigureEncoder()
671 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) in ConfigureEncoder()
686 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) in ConfigureEncoder()
782 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) in ConfigureEncoder()
791 else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) in ConfigureEncoder()
797 else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) in ConfigureEncoder()
[all …]
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c146 ctx->eCodec = IMG_CODEC_H264_VBR; in lnc_H264ES_CreateContext()
149 ctx->eCodec = IMG_CODEC_H264_CBR; in lnc_H264ES_CreateContext()
152 ctx->eCodec = IMG_CODEC_H264_VCM; in lnc_H264ES_CreateContext()
155 ctx->eCodec = IMG_CODEC_H264_NO_RC; in lnc_H264ES_CreateContext()
161 ctx->IPEControl = lnc__get_ipe_control(ctx->eCodec); in lnc_H264ES_CreateContext()
282 if (ctx->eCodec == IMG_CODEC_H264_NO_RC) in lnc__H264ES_process_sequence_param()
846 (ctx->eCodec != IMG_CODEC_H264_VBR in lnc_H264_append_aux_info()
847 && ctx->eCodec != IMG_CODEC_H264_CBR in lnc_H264_append_aux_info()
848 && ctx->eCodec != IMG_CODEC_H264_NO_RC)) in lnc_H264_append_aux_info()
Dlnc_MPEG4ES.c143 ctx->eCodec = IMG_CODEC_MPEG4_VBR; in lnc_MPEG4ES_CreateContext()
146 ctx->eCodec = IMG_CODEC_MPEG4_CBR; in lnc_MPEG4ES_CreateContext()
149 ctx->eCodec = IMG_CODEC_MPEG4_NO_RC; in lnc_MPEG4ES_CreateContext()
155 ctx->IPEControl = lnc__get_ipe_control(ctx->eCodec); in lnc_MPEG4ES_CreateContext()
Dlnc_H263ES.c139 ctx->eCodec = IMG_CODEC_H263_VBR; in lnc_H263ES_CreateContext()
142 ctx->eCodec = IMG_CODEC_H263_CBR; in lnc_H263ES_CreateContext()
145 ctx->eCodec = IMG_CODEC_H263_NO_RC; in lnc_H263ES_CreateContext()
151 ctx->IPEControl = lnc__get_ipe_control(ctx->eCodec); in lnc_H263ES_CreateContext()
Dlnc_hostcode.c229 lnc_cmdbuf_insert_command_param(cmdbuf, ctx->eCodec); in lnc_BeginPicture()
358 switch (ctx->eCodec) { in lnc_RenderPictureParameter()
379 switch (ctx->eCodec) { in lnc_RenderPictureParameter()
496 switch (ctx->eCodec) { in lnc_RedoRenderPictureSkippedFrame()
871 switch (psContext->eCodec) { in lnc__update_rcdata()
1001 switch (psContext->eCodec) { in lnc__update_rcdata()
1281 switch (ctx->eCodec) { in lnc__setup_slice_row_params()
1413 switch (ctx->eCodec) { in lnc__send_encode_slice_params()
Dlnc_hostcode.h166 enum drm_lnc_topaz_codec eCodec; member
/hardware/intel/img/psb_video/src/
Dpnw_H264ES.c134 ctx->eCodec = IMG_CODEC_H264_VBR; in pnw_H264ES_CreateContext()
138 ctx->eCodec = IMG_CODEC_H264_CBR; in pnw_H264ES_CreateContext()
142 ctx->eCodec = IMG_CODEC_H264_NO_RC; in pnw_H264ES_CreateContext()
146 ctx->eCodec = IMG_CODEC_H264_VCM; in pnw_H264ES_CreateContext()
152 drv_debug_msg(VIDEO_DEBUG_GENERAL, "eCodec is %d\n", ctx->eCodec); in pnw_H264ES_CreateContext()
169 ctx->IPEControl = pnw__get_ipe_control(ctx->eCodec); in pnw_H264ES_CreateContext()
269 if (ctx->eCodec == IMG_CODEC_H264_VCM) in pnw__H264ES_process_sequence_param()
327 if (IMG_CODEC_H264_CBR != ctx->eCodec || in pnw__H264ES_process_sequence_param()
400 if (ctx->eCodec == IMG_CODEC_H264_NO_RC) in pnw__H264ES_process_sequence_param()
997 if (ctx->eCodec != IMG_CODEC_H264_VCM in pnw__H264ES_process_misc_param()
[all …]
Dpnw_hostcode.c626 pnw_cmdbuf_insert_command_param(ctx->eCodec); in pnw_BeginPicture()
688 switch (ctx->eCodec) { in pnw_set_bias()
808 switch (ctx->eCodec) { in pnw_RenderPictureParameter()
829 switch (ctx->eCodec) { in pnw_RenderPictureParameter()
862 if (ctx->sRCParams.bDisableBitStuffing && IS_H264_ENC(ctx->eCodec)) { in pnw_RenderPictureParameter()
1254 switch (psContext->eCodec) { in pnw__update_rcdata()
1264 if (psContext->eCodec == IMG_CODEC_H264_VCM) { in pnw__update_rcdata()
1365 && (psContext->eCodec == IMG_CODEC_MPEG4_CBR || in pnw__update_rcdata()
1366 psContext->eCodec == IMG_CODEC_MPEG4_VBR)) { in pnw__update_rcdata()
1379 switch (psContext->eCodec) { in pnw__update_rcdata()
[all …]
Dpnw_H263ES.c130 ctx->eCodec = IMG_CODEC_H263_VBR; in pnw_H263ES_CreateContext()
133 ctx->eCodec = IMG_CODEC_H263_CBR; in pnw_H263ES_CreateContext()
136 ctx->eCodec = IMG_CODEC_H263_NO_RC; in pnw_H263ES_CreateContext()
145 ctx->IPEControl = pnw__get_ipe_control(ctx->eCodec); in pnw_H263ES_CreateContext()
Dpnw_MPEG4ES.c132 ctx->eCodec = IMG_CODEC_MPEG4_VBR; in pnw_MPEG4ES_CreateContext()
135 ctx->eCodec = IMG_CODEC_MPEG4_CBR; in pnw_MPEG4ES_CreateContext()
138 ctx->eCodec = IMG_CODEC_MPEG4_NO_RC; in pnw_MPEG4ES_CreateContext()
147 ctx->IPEControl = pnw__get_ipe_control(ctx->eCodec); in pnw_MPEG4ES_CreateContext()
Dtng_H264ES.c107 ctx->eCodec = IMG_CODEC_NUM; in tng__H264ES_get_codec_type()
112 ctx->eCodec = IMG_CODEC_H264MVC_NO_RC; in tng__H264ES_get_codec_type()
115 ctx->eCodec = IMG_CODEC_H264MVC_CBR; in tng__H264ES_get_codec_type()
118 ctx->eCodec = IMG_CODEC_H264MVC_VBR; in tng__H264ES_get_codec_type()
127 ctx->eCodec = IMG_CODEC_H264_NO_RC; in tng__H264ES_get_codec_type()
130 ctx->eCodec = IMG_CODEC_H264_CBR; in tng__H264ES_get_codec_type()
133 ctx->eCodec = IMG_CODEC_H264_VBR; in tng__H264ES_get_codec_type()
136 ctx->eCodec = IMG_CODEC_H264_VCM; in tng__H264ES_get_codec_type()
156 ctx->eCodec = IMG_CODEC_H264_NO_RC; in tng__H264ES_init_format_mode()
Dtng_MPEG4ES.c141 ctx->eCodec = IMG_CODEC_MPEG4_NO_RC; in tng_MPEG4ES_CreateContext()
144 ctx->eCodec = IMG_CODEC_MPEG4_VBR; in tng_MPEG4ES_CreateContext()
147 ctx->eCodec = IMG_CODEC_MPEG4_CBR; in tng_MPEG4ES_CreateContext()
Dtng_H263ES.c141 ctx->eCodec = IMG_CODEC_H263_NO_RC; in tng_H263ES_CreateContext()
144 ctx->eCodec = IMG_CODEC_H263_VBR; in tng_H263ES_CreateContext()
147 ctx->eCodec = IMG_CODEC_H263_CBR; in tng_H263ES_CreateContext()
Dpnw_jpeg.c146 ctx->eCodec = IMG_CODEC_JPEG; in pnw_jpeg_CreateContext()
303 pnw_cmdbuf_insert_command_param(ctx->eCodec); in pnw_jpeg_BeginPicture()
Dpnw_hostcode.h210 enum drm_pnw_topaz_codec eCodec; member
Dtng_jpegES.c1048 ctx->eCodec = IMG_CODEC_JPEG; in tng_jpeg_CreateContext()
1133 tng_cmdbuf_insert_command_param(ctx->eCodec); in tng__cmdbuf_lowpower()
1171 ((ctx->eCodec) << MTX_CMDWORD_CORE_SHIFT) | in tng_jpeg_BeginPicture()
Dtng_hostcode.h253 IMG_CODEC eCodec; member
Dtng_cmdbuf.c489 *(cmdbuf->cmd_idx)++ = ctx->eCodec; in tng_cmdbuf_insert_command()
Dtng_hostcode.c3307 ((ctx->eCodec & MTX_CMDWORD_CORE_MASK) << MTX_CMDWORD_CORE_SHIFT) | in tng__cmdbuf_new_codec()
3342 tng_cmdbuf_insert_command_param(ctx->eCodec); in tng__cmdbuf_lowpower()