Lines Matching refs:buffer_type

830 int release_buffers(omx_vdec* obj, enum vdec_buffer buffer_type)
834 if (buffer_type == VDEC_BUFFER_TYPE_OUTPUT){
839 } else if(buffer_type == VDEC_BUFFER_TYPE_INPUT) {
1824 drv_ctx.ip_buf.buffer_type = VDEC_BUFFER_TYPE_INPUT;
1825 drv_ctx.interm_op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
1826 drv_ctx.op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
4587 //setbuffers.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
4858 setbuffers.buffer_type = VDEC_BUFFER_TYPE_INPUT;
4904 setbuffers.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
8100 if(buffer_prop->buffer_type == VDEC_BUFFER_TYPE_INPUT){
8104 }else if (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT){
8126 buffer_prop->actualcount, buffer_prop->buffer_size, buffer_prop->buffer_type);
8190 buffer_prop->actualcount, buffer_prop->buffer_size, buf_size, buffer_prop->buffer_type, client_extra_data_size);
8200 buffer_prop->actualcount, buffer_prop->buffer_size, buffer_prop->buffer_type);
8225 if (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_INPUT){
8228 } else if (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT) {
8245 if(buffer_prop->buffer_type == VDEC_BUFFER_TYPE_INPUT) {
8247 } else if (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT) {
8267 } else if (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT) {
8274 if (!eRet && !m_pSwVdec && buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT)
9732 buffer_prop->actualcount, buffer_prop->buffer_size, buffer_prop->buffer_type);
9747 if(buffer_prop->buffer_type == VDEC_BUFFER_TYPE_INPUT)
9752 else if (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT)
9775 (buffer_prop->buffer_type == VDEC_BUFFER_TYPE_OUTPUT))