Home | History | Annotate | Download | only in src

Lines Matching refs:icvEncodeFormat

2958 icvEncodeFormat( int elem_type, char* dt )
3543 cvWriteString( fs, "dt", icvEncodeFormat( CV_MAT_TYPE(mat->type), dt ), 0 );
3641 cvWriteString( fs, "dt", icvEncodeFormat( cvGetElemType(mat), dt ), 0 );
3764 cvWriteString( fs, "dt", icvEncodeFormat( CV_MAT_TYPE(mat->type), dt ), 0 );
4172 dt = icvEncodeFormat( CV_MAT_TYPE(seq->flags), dt_buf );